no.html 368 Bytes
Newer Older
Jacob Ysrael C. Chua's avatar
Jacob Ysrael C. Chua committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!DOCTYPE html>
<html>
	<head>
		<title>Adventure Game</title>

		<link type="text/css" rel="stylesheet" href="../Stylesheets/application.css">
	</head>
	<body>
		<h1 id="main-h1">NO?!</h1>
		<p id="main-p">You cowardly run away and go back home to your miserable life.</p>

		<h3>
			<a href="../index.html"><center>Back to Start</center></a>
		</h3>
	</body>
</html>