Merge branch 'master' of git://github.com/openlibrary/bookreader into thumbnail_feature
[bookreader.git] / BookReaderDemo / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2
3 <html>
4 <head>
5     <title>bookreader demo</title>
6     <link rel="stylesheet" type="text/css" href="../BookReader/BookReader.css">    
7     <script type="text/javascript" src="http://www.archive.org/download/BookReader/lib/jquery-1.2.6.min.js"></script>
8     <script type="text/javascript" src="http://www.archive.org/download/BookReader/lib/jquery.easing.1.3.js"></script>
9     <script type="text/javascript" src="../BookReader/BookReader.js"></script>    
10 </head>
11 <body style="background-color: rgb(249, 248, 208);">
12
13 <div id="BookReader" style="left:10px; right:10px; top:10px; bottom:2em;">x</div>
14 <script type="text/javascript" src="BookReaderJSSimple.js"></script>
15
16 <div id="BRfooter">
17     <div class="BRlogotype">
18         <a href="http://openlibrary.org/" class="BRblack">Open Library</a>
19         <a href="http://openlibrary.org/beta" class="BRblack" style="font-size: 0.8em; text-decoration: underline;">beta</a>
20     </div>
21     <div class="BRnavlinks">
22         <a class="BRblack" href="http://openlibrary.org/dev/docs/bookreader">About the Bookreader</a> |
23         <a class="BRblack" href="https://bugs.launchpad.net/gnubook/+filebug-advanced">Report Errors</a> |
24         <a class="BRblack" href="http://openlibrary.org/about">About Us</a> |
25         <a class="BRblack" href="http://openlibrary.org/index/index.html">Index</a> |
26         <a class="BRblack" href="http://www.archive.org/">IA</a> |
27         <a class="BRblack" href="http://www.opencontentalliance.org/">OCA</a> |
28         <a class="BRblack" href="http://wikimediafoundation.org/">WMF</a> |
29         <a class="BRblack" href="http://openlibrary.org/about/contact">Contact Us</a>
30     </div>
31 </div>
32
33 </body>
34 </html>