-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGo to the farm.html
More file actions
31 lines (31 loc) · 897 Bytes
/
Copy pathGo to the farm.html
File metadata and controls
31 lines (31 loc) · 897 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">
GO TO THE FARM
</div><hr /> <br />
You settle in to eat a few cows and maybe a few pigs.
You are about to eat your first one when a farmer comes
running out of the nearest building holding a pitchfork towards you.
You take off and fly away to avoid injury.
<div style="text-align:left">
<hr />
<p><a href="To the right.html">
Fly back to the nest
</a></p>
<p><a href="The Awakening.html">
Start Over?
</a></p>
</div>
</body>
</html>