<!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="choice.png" style="width:500px;height:500px;">
		<div id = "paragraph_1">
			<p> You decide to man up and check out the mysterious figure in the cornfield. As you follow the mysterious figure, it suddenly just disappears and leaves you standing before two paths.</p>
	</div>

<ul>
	<li><a href="../2nd level/lvl2-a.html"> Go to the left path</a></li>	
	<li><a href="../2nd level/lvl2-b.html"> Go to the right path</a></li>
</ul>
		
</body>
</html>