lvl2-a.html 866 Bytes
Newer Older
CruzRupert's avatar
CruzRupert committed
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
<!Doctype html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="../index/design.css"/>
<title> Choose Your Own Adventure </title>

</head>
<body>

	<div id = "End">
		<h1> ---END---</h1>
	</div>
	</div>

	<div id = "content">

		<div id="image">
			<img src="vulture.png" style="width:550px;height:550px;"/>
		
		<div id="paragraph">
			<p> You know very well that going left is the right choice. However, as weeks passed, you soon realized that you made a very stupid decision as you've never been more lost in your whole life. With no food, water and a girlfriend to think fondly of, you start to get weak. The last thing you'll ever see is a pack of vultures circling around your lifeless body.</p>	
	</div>
	<div id = "restart">
		<a href="../index/home.html"><img src="../index/reset.png"
		style="width:55px;height:50px;"/></a>


			
</body>
</html>