lvl3-b.html 841 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
<!Doctype html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="../index/design.css"/>
<title> Choose Your Own Adventure </title>
	
</head>
<body>

	<div id = "content">
		<div id = "image">
			<img src="alien.png" style="width:600px;height:500px;">
		<div id = "paragraph_1">
			<p> You just can't pass up the opportunity to see a real life spaceship up close and personal, no matter how dangerous it might seem to be. As you approach the spaceship, it suddenly opens up and an alien steps out of it. The ugly looking alien sees you and says: "PUNY HUMAN..TAKE ME TO YOUR LEADER!" You know you're screwed...and you have to act quickly.</p>
	</div>

<ul>
	<li><a href="../4th level/lvl4-a.html"> Be stupid and face the alien</a></li>	
	<li><a href="../4th level/lvl4-b.html"> Run for your life!!!</a></li>
</ul>
		
</body>
</html>