blackwisp.html 372 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
<!DOCTYPE html>
<html>
	<head>
		<title>Adventure Game</title>

		<link type="text/css" rel="stylesheet" href="../../Stylesheets/application.css">
	</head>
	<body>
		<h1 id="main-h1">You follow the black wisp</h1>
		<p id="main-p">The Black Wisp leads you to a dead end and attacks you until you die.</p>

		<a href="../yes.html"><center>Back</center></a>
	</body>
</html>