-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathawakening2.html
62 lines (27 loc) · 1.13 KB
/
awakening2.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Stolen Memories</title>
<link rel="stylesheet" href="css/main.css" />
<script>
</script>
</head>
<body class ="bg_awakening">
<div class='containerawakening'>
<h1> Where would you like to head off to? </h1>
<div id="pc_awakening">
<form name="minetravel" method="post" action="mine.html">
<p><input type="image" id="l1" name="mine" value="mine" src="images/mine.png" width="200" alt="Picture of a mine" class="center" /> </p>
<h3> The Mine</h3>
</form>
<form name="villagetravel" method="post" action="village.html">
<p><input type="image" id="l2" name="village" value="village" src="images/village.webp" width="200" alt="aang character picture" class="center" /></p>
<h3> The Village</h3>
</form>
</div>
<p>The voice in your head says: "I can sense you are awake, I can only talk for intervals at a time. You will enter the town of greed because it is a ticket that you need. This realm is filled with men who will do anything for some gems." </p>
<a href='awakening.html'> <button>Back</button>
</div>
</body>
</html>