forked from ci-wdi-900/the-adventures-of-link
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (22 loc) · 1.03 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
<!DOCTYPE html>
<html>
<head>
<title>The Adventures of Link</title>
</head>
<body>
<h1>The Adventures of Link</h1>
<hr>
<p>It’s not unusual to find bookmarks left in a library book, but this time you've found an unopened letter.</p>
<a href = "./1st-chapter/librarian.html">you bring the letter to a librarian</a>
<br><p>or</p>
<a href = "./1st-chapter/letter.html">You take the letter out of the book and open it at the library desk to examine it.</a>
<br><p>or</p>
<a href = "./1st-chapter/steal.html">you steal the letter to examine closer at home.</a>
<br><p>or</p>
<a href = "./1st-chapter/destroy.html">you decide not to get yourself into trouble with weird letters in books and you destroy it by ripping it apart</a>
<br>
<a href = "../index.html">start over</a>
<hr>
<a href="https://github.com/EdmontDantes/the-adventures-of-link" target="_blank">See the code that powers this app.</a>
</body>
</html>