index.html 589 Bytes
<!DOCTYPE html>
<html>
	<head>
		<link type="text/css" rel="stylesheet" href="stylesheets/application.css">
	</head>
	<body>
		<h1 id="main-h1"></h1>
		<h1>You wake up in a strange room.</h1>
		<h1>The only source of light is a single flickering light bulb.</h1>
		<h1>In the dead center of the room is a strange box painted in blood red.</h1>
		<h1>You...</h1>
		<ul id ="main-menu">
			<li class="menu-item">
				<a href="ignore/index.html">Ignore it</a>
			</li>
			<li class="menu-item">
				<a href="open/index.html">Approach the box and open it.</a>
			</li>
		</ul>
	</body>
</html>