-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathmobydick.html
50 lines (47 loc) · 2.03 KB
/
mobydick.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html>
<head lang="en">
<title>Moby Dick—Table of Content</title>
<link href="#manifest" rel="wpub-manifest" />
<script type="application/ld+json" id="manifest">
"@context": "http://www.w3.org/ns/wpub.jsonld",
"id": "https://publisher.example.org/mobydick",
"metadata": {
"type": "https://schema.org/Book",
"title": "Moby-Dick",
"author": "Herman Melville",
"language": "en",
"modified": "2018-02-10T17:00:00Z"
},
"links": [
{"rel": "cover", "href": "images/cover.jpg", "type": "image/jpeg", "height": 1253, "width": 797}
],
"resources": [
{"href": "css/mobydick.css", "type": "text/css"},
{"href": "fonts/STIXGeneral.otf", "type": "application/vnd.ms-opentype"},
{"href": "fonts/STIXGeneralBol.otf", "type": "application/vnd.ms-opentype"},
{"href": "fonts/STIXGeneralBolIta.otf", "type": "application/vnd.ms-opentype"},
{"href": "fonts/STIXGeneralItalic.otf", "type": "application/vnd.ms-opentype"}
]
}
</script>
</head>
<body>
<nav role="doc-toc">
<li><a href="html/title.html">Title Page</a></li>
<li><a href="html/copyright.html">Copyright</a></li>
<li><a href="html/introduction.html">Etymology</a></li>
<li><a href="html/epigraph.html">Extracts</a></li>
<li><a href="html/c001.html">Chapter 1 - Loomings</a></li>
<li><a href="html/c001.html">Chapter 1 - Loomings</a></li>
<li><a href="html/c001.html">Chapter 1 - Loomings</a></li>
<li><a href="html/c001.html">Chapter 1 - Loomings</a></li>
<li><a href="html/c001.html">Chapter 2 - The Carpet-Bad</a></li>
<li><a href="html/c001.html">Chapter 3 - The Spouter-Inn</a></li>
<li><a href="html/c001.html">Chapter 4 - The Counterpane</a></li>
<li><a href="html/c001.html">Chapter 5 - Breakfast</a></li>
<li><a href="html/c001.html">Chapter 5 - The Street</a></li>
</nav>
....
</body>
</html>