bluewisp.html 513 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 17
<!DOCTYPE html>
<html>
	<head>
		<title>Adventure Game</title>

		<link type="text/css" rel="stylesheet" href="../../Stylesheets/application.css">
	</head>
	<body>
		<h1 id="main-h1">Follow the Blue Wisp</h1>
		<p id="main-p">The Blue Wisp leads you through a series of booby traps, and you eventually die to one of them.</p>
		
		<center><img src="../../Pictures/BoobyTraps/1.jpg">
		<img src="../../Pictures/BoobyTraps/2.jpg"></center>

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