-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (27 loc) · 1.55 KB
/
index.html
File metadata and controls
36 lines (27 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!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"/>
<!-- Custom CSS overrides -->
<link rel="stylesheet" type="text/css" href="BookReaderDemo.css"/>
<script type="text/javascript" src="http://www.archive.org/includes/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="http://www.archive.org/bookreader/jquery-ui-1.8.5.custom.min.js"></script>
<script type="text/javascript" src="http://www.archive.org/bookreader/dragscrollable.js"></script>
<script type="text/javascript" src="http://www.archive.org/bookreader/jquery.colorbox-min.js"></script>
<script type="text/javascript" src="http://www.archive.org/bookreader/jquery.ui.ipad.js"></script>
<script type="text/javascript" src="http://www.archive.org/bookreader/jquery.bt.min.js"></script>
<script type="text/javascript" src="BookReader/BookReader.js"></script>
</head>
<body style="background-color: ##939598;">
<div id="BookReader">
Internet Archive BookReader Demo <br/>
<noscript>
<p>
The BookReader requires JavaScript to be enabled. Please check that your browser supports JavaScript and that it is enabled in the browser settings. You can also try one of the <a href="http://www.archive.org/details/goodytwoshoes00newyiala"> other formats of the book</a>.
</p>
</noscript>
</div>
<script type="text/javascript" src="bookreader.js"></script>
</body>
</html>