Source formatting
[bookreader.git] / BookReaderIA / test / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
2                     "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5   <script src="http://code.jquery.com/jquery-latest.js"></script>
6   <link rel="stylesheet" href="http://www.archive.org/download/BookReader/css/qunit.css" type="text/css" media="screen" />
7   <script type="text/javascript" src="http://www.archive.org/download/BookReader/lib/qunit.js"></script>
8   <script type="text/javascript" src="unit/Common.js"></script>
9   <script type="text/javascript" src="unit/JSLocate.js"></script>
10   <script type="text/javascript" src="unit/Images.js"></script>
11   <script type="text/javascript" src="unit/Search.js"></script>
12   <script type="text/javascript" src="unit/Preview.js"></script>
13   <script type="text/javascript" src="unit/Permalinks.js"></script>
14   
15
16 </head>
17 <body>
18   <h1 id="qunit-header">BookReader QUnit Tests</h1>
19   <h2 id="qunit-banner"></h2>
20   <h2 id="qunit-userAgent"></h2>
21   <ol id="qunit-tests"></ol>
22 </body>
23 </html>