Rename GnuBook to BookReader
[bookreader.git] / BookReaderDemo / index.html
diff --git a/BookReaderDemo/index.html b/BookReaderDemo/index.html
new file mode 100644 (file)
index 0000000..4c41533
--- /dev/null
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+
+<html>
+<head>
+    <title>bookreader demo</title>
+    <link rel="stylesheet" type="text/css" href="../BookReader/BookReader.css">    
+    <script type="text/javascript" src="http://www.archive.org/download/BookReader/lib/jquery-1.2.6.min.js"></script>
+    <script type="text/javascript" src="http://www.archive.org/download/BookReader/lib/jquery.easing.1.3.js"></script>
+    <script type="text/javascript" src="../BookReader/BookReader.js"></script>    
+</head>
+<body style="background-color: rgb(249, 248, 208);">
+
+<div id="BookReader" style="left:10px; right:10px; top:10px; bottom:2em;">x</div>
+<script type="text/javascript" src="BookReaderJSSimple.js"></script>
+
+<div id="GBfooter">
+    <div class="GBlogotype">
+        <a href="http://openlibrary.org/" class="GBblack">Open Library</a>
+        <a href="http://openlibrary.org/beta" class="GBblack" style="font-size: 0.8em; text-decoration: underline;">beta</a>
+    </div>
+    <div class="GBnavlinks">
+        <a class="GBblack" href="http://openlibrary.org/dev/docs/bookreader">About the Bookreader</a> |
+        <a class="GBblack" href="https://bugs.launchpad.net/gnubook/+filebug-advanced">Report Errors</a> |
+        <a class="GBblack" href="http://openlibrary.org/about">About Us</a> |
+        <a class="GBblack" href="http://openlibrary.org/index/index.html">Index</a> |
+        <a class="GBblack" href="http://www.archive.org/">IA</a> |
+        <a class="GBblack" href="http://www.opencontentalliance.org/">OCA</a> |
+        <a class="GBblack" href="http://wikimediafoundation.org/">WMF</a> |
+        <a class="GBblack" href="http://openlibrary.org/about/contact">Contact Us</a>
+    </div>
+</div>
+
+</body>
+</html>