<!DOCTYPE html>
<html>
	<head>
		<link type="text/css" rel="stylesheet" href="../stylesheets/application.css">
	</head>
	<body>
		<h1 id="main-h1"></h1>
		<h1>You got on your feet and began to look for an exit.</h1>
		<h1>To your horror, you found none. No door, no windows, nothing, even the ceiling looks concrete.</h1>
		<h1>How in the world did you get here?</h1>
		<h1>Water suddenly starts seeping in, where did it came from?</h1>
		<h1>You...</h1>
		<ul id ="main-menu">
			<li class="menu-item">
				<a href="ignore2/index.html">Try to find out where the water is coming from.</a>
			</li>
			<li class="menu-item">
				<a href="../open/index.html">Open the box</a>
			</li>
		</ul>
	</body>
</html>