-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
executable file
·33 lines (33 loc) · 1.13 KB
/
index.html
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
<html>
<head>
<title>Bumblebee Book Web Reader</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<div id="main">
<ul>
<li class="epub">
<a href="./proto-epub/?Ile_myster_galica">L'ile mystérieuse</a>
</li>
<li class="epub">
<a href="./proto-epub/?stevenson_ile_au_tresor.epub_FILES">L'ile au trésor</a>
</li>
<li class="pdf">
<a href="./proto-pdf/?L_ile_au_tresor"> L'ile au trésor</a>
</li>
<li class="pdf">
<a href="./proto-pdf/?Les_Aventures_de_Sherlock_Holmes"> Les Aventures de Sherlock Holmes</a>
</li>
<li class="epub">
<a href="./proto-epub/?jquery1.epub_FILES">jQuery: Novice to Ninja (extrait)</a>
</li>
</ul>
<div id="footer">
<span style="-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg)
;filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);display:inline-block;" title="copyleft">
©
</span> Bumblebee - Démo de liseuse de livres numérique en ligne - <a href="http://www.bumble-bee.fr/articles/demos/bumblebee_book_reader_1">Détails</a>
</div>
</div>
</body>
</html>