<!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="raygun.png" style="width:600px;height:500px;">
		<div id = "paragraph_1">
			<p> For some weird reason, your gut tells you to approach the alien. You try to speak to it, but it suddenly grabs you and takes you to its spaceship. As soon as you enter the spaceship, you hear a distress call from what appears to be the spaceship's communications system. The alien puts you on some kind of cryopod and quickly rushes to the distress call. Suprisingly the pod has an open button and you quickly get out of it. As you get out of the pod, you see a conveniently located emergency exit near you. At the same time, you also see a conveniently placed raygun lying on the floor. You thought of being a hero and killing the alien, but the exit seems like the smarter route.</p>
	</div>

<ul>
	<li><a href="../5th level/lvl5-a.html"> Grab the raygun</a></li>	
	<li><a href="../5th level/lvl5-b.html">Escape through the exit</a></li>
</ul>
		
</body>
</html>