-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (38 loc) · 1.55 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
41
<!DOCTYPE html>
<html>
<head>
<title>Welcome - Sir Gawain's Travels</title>
<meta name="author" content="Michael Castiglia">
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="main.css">
<style>
p {
text-align: center;
}
</style>
</head>
<body>
<header>
<p style="font-weight: bold;">Welcome to my Creative Project</p>
</header>
<br />
<p>This includes a map of Gawain's travels, explanations of the significance of each location, animations between
each location, and more.</p>
<p>Press the GO button below to continue.</p>
<p>There are also direct links to each page at the bottom of every page.</p>
<p>Site data available on <a href="https://github.com/mcastiglia/sggktravels">GitHub</a>
under the <a href="https://github.com/mcastiglia/sggktravels/blob/master/LICENSE">MIT License</a>.
Some information from <a href="https://adhc.lib.ua.edu/site/crimsonmiscellany/?p=148">The University of Alabama,
Alabama Digital Humanities Center</a>.</p>
<br /><br /><br />
<a href="home.html">
<p class="green-button">GO</p>
</a>
<br /><br /><br /><br /><br /><br /><br /><br /><br />
<footer style="vertical-align: bottom;">
<p style="text-align: center;"><a href="home.html">Home</a> | <a href="1.html">1</a> | <a href="2.html">2</a>
| <a href="3.html">3</a> | <a href="4.html">4</a> | <a href="5.html">5</a>
| <a href="6.html">6</a> | <a href="7.html">7</a></p>
</footer>
</body>
</html>