mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
19 lines
622 B
HTML
19 lines
622 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>jquery.cookie Test Suite</title>
|
|
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.10.0.css">
|
|
<script src="http://code.jquery.com/jquery-1.9.0.min.js"></script>
|
|
<script src="http://code.jquery.com/qunit/qunit-1.10.0.js"></script>
|
|
<script src="../jquery.cookie.js"></script>
|
|
<script src="tests.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1 id="qunit-header">jquery.cookie Test Suite</h1>
|
|
<h2 id="qunit-banner"></h2>
|
|
<div id="qunit-testrunner-toolbar"></div>
|
|
<h2 id="qunit-userAgent"></h2>
|
|
<ol id="qunit-tests"></ol>
|
|
</body>
|
|
</html>
|