-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (36 loc) · 1 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
40
<!DOCTYPE html>
<meta charset="ISO-8859-1">
<html>
<head>
<title> Harlowe and Twine - Tutorials & Advanced Examples </title>
<link rel="stylesheet" href="./assets/css/stylesheet.css">
</head>
<body>
<h1> Harlowe and Twine</h1>
<h3>Tutorial & Advanced examples</h3>
<div class="body">
<img src="assets/images/main_icon.png">
<br>
<br>
<br>
<a href="./units_examples/Unit-2 Examples.html">Unit 2</a>
<br>
<br>
<br>
<a href="./units_examples/Unit-3 Examples.html">Unit 3</a>
<br>
<br>
<br>
<a href="./units_examples/Unit-4 Examples.html">Unit 4</a>
<br>
<br>
<br>
<a href="./units_examples/Unit-5 Examples.html">Unit 5</a>
</div>
<div class="footer">
<footer>
by Steven Lee
</footer>
</div>
</body>
</html>