lvl5-b.html 1.02 KB
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 31
<!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="zombie.png" style="width:450px;height:600px;" />
		
		<div id="paragraph">
			<p> You were never really the hero-type of person anyway. Plus, you thought to yourself that being rational is more important. You quickly ran towards the emergency exit and never looked back. You heard the alien spaceship chasing after you, but you somehow managed to lose it. You were so overjoyed that you did not notice the horde of zombies in front of you. It's too late when you realized it,as they chew on your flesh like bubblegum. You never thought you'd be spending the rest of vacation...much less the whole eternity, as a zombie. </p>	

	</div>
	<div id = "restart">
		<a href="../index/home.html"><img src="../index/reset.png"
		style="width:55px;height:50px;"/></a>


			
</body>
</html>