Mercurial > eldonilo > lightstring
comparison test/test.html @ 2:f31a75c3b6c8
code cleaning
author | Sonny Piers <sonny.piers@gmail.com> |
---|---|
date | Sun, 18 Dec 2011 22:57:47 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:96087680669f | 2:f31a75c3b6c8 |
---|---|
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <title> lightstring tests </title> | |
5 <meta charset="UTF-8"/> | |
6 <link type="text/css" href="qunit.css" rel="stylesheet"/> | |
7 <script type="text/javascript" src="qunit.js"></script> | |
8 <script type="text/javascript" src="../md5.js"></script> | |
9 <script type="text/javascript" src="../lightstring.js"></script> | |
10 <script type="text/javascript" src="test.js"></script> | |
11 </head> | |
12 <body> | |
13 <h1 id="qunit-header">QUnit example</h1> | |
14 <h2 id="qunit-banner"></h2> | |
15 <h2 id="qunit-userAgent"></h2> | |
16 <ol id="qunit-tests"> | |
17 </body> | |
18 </html> | |
19 |