index.html 564 Bytes
Newer Older
April Guian's avatar
April Guian committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<!DOCTYPE html>
<html>
	<head>
		<link type="text/css" rel="stylesheet" href="../../../stylesheets/application.css">
	</head>
	<body>
		<h1 id="main-h1"></h1>
		<h1>You can feel yourself losing consciousness. </h1>
		<h1>Then everything went black.</h1>
		<h1>You woke up with a start in your bedroom with your heartbeat racing.</h1>
		<h1>You stared coughing up water and noticed that you are drenched from head to toe.</h1>
		<ul id ="main-menu">
			<li class="menu-item">
				<a href="../../../index.html">Back to beginning</a>
			</li>
		</ul>
	</body>
</html>