-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 918 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 918 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Alice's Adventures in Wonderland</title>
<link rel="stylesheet" href="chapter.css">
</head>
<body class="table-of-contents">
<div>
<h1>Alice's Adventures in Wonderland</h1>
<h2>Table of Contents</h2>
<ul>
<li>
<a href="http://localhost:63342/markupChapter/chapter1.html">Chapter 1</a>
</li>
<li>
<a href="http://localhost:63342/markupChapter/chapter2.html">Chapter 2</a>
</li>
<li>
<a href="http://localhost:63342/markupChapter/chapter3.html">Chapter 3</a>
</li>
<li>
<a href="http://localhost:63342/markupChapter/chapter4.html">Chapter 4</a>
</li>
</ul>
</div>
</body>
</html>