-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSuccess.html
More file actions
31 lines (31 loc) · 938 Bytes
/
Copy pathSuccess.html
File metadata and controls
31 lines (31 loc) · 938 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
28
29
30
31
<!DOCTYPE HTML>
<!--Matyas Fenyves-->
<html>
<head>
<title> Dragon Ages</title>
<style>
a:link{color:#B22222;}
a:visited{color:#B22222;}
a:hover{color:#8B0000;}
a:active{color:#B22222;}
</style>
</head>
<body style="background-image:url('parchment.jpg');font-family:cursive;font-size:200%;text-align:center">
<div style="text-align:center;font-size:300%;font-weight:300;font-stretch:expanded">
SUCCESS!
</div><hr /> <br />
You smash your hard skull into the side of the egg and cause a crack to appear.
A foot is thrust out through the crack you made, then another.
The next thing you know the egg shatters and out comes a dragon.
It immediately takes flight and flies through the right tunnel to freedom.
<div style="text-align:left">
<hr />
<p><a href="Adventure.html">
Adventure
</a></p>
<p><a href="The Awakening.html">
Start Over?
</a></p>
</div>
</body>
</html>