-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathindex.html
39 lines (38 loc) · 1.41 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
34
35
36
37
38
39
<!doctype html>
<html>
<head lang="en">
<title>Moby-Dick</title>
<script type="application/ld+json" id="manifest">
{
"@context": "https://schema.org/",
"id": "https://publisher.example.org/mobydick/",
"type": "https://schema.org/Book",
"name": "Moby-Dick",
"author": "Herman Melville",
"image": "images/cover.jpg"
"inLanguage": "en",
"dateModified": "2018-02-10T17:00:00Z"
}
</script>
</head>
<body>
<nav role="doc-toc">
<ol>
<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>
</ol>
</nav>
....
</body>
</html>