mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 10:06:19 +00:00
26 lines
852 B
HTML
26 lines
852 B
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
<title>Tests</title>
|
||
|
<link rel="stylesheet" type="text/css" href="../../../test/qunit/testsuite.css">
|
||
|
<script src="../../jquery-1.3.2.min.js" type="text/javascript"></script>
|
||
|
<!-- test suite -->
|
||
|
<script src="../../../test/qunit/testrunner.js" type="text/javascript"></script>
|
||
|
<script src="../../../test/qunit/raiseAssertion.js" type="text/javascript"></script>
|
||
|
<!-- plugin -->
|
||
|
<script src="../jQuery.twFile.js" type="text/javascript"></script>
|
||
|
<!-- test code -->
|
||
|
<script src="js/jQuery.twFile.js" type="text/javascript"></script>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h2 id="banner"></h2>
|
||
|
<h2 id="userAgent"></h2>
|
||
|
<ol id="tests"></ol>
|
||
|
<div id="main"></div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|