yes.html 879 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 18 19 20 21 22 23 24 25 26 27
<!DOCTYPE html>
<html>
	<head>
		<title>Adventure Game</title>

		<link type="text/css" rel="stylesheet" href="../Stylesheets/application.css">
	</head>
	<body>
		<h1 id="main-h1"><center>You walk into the cave</center></h1>
		<p id="main-p">As you walk deeper and deeper inside the cave, you start to notice three unusual lights, a Blue Wisp, a Yellow Wisp, and a Black Wisp. Each of them are trying to lead you to a different path. Which one do you follow?</p>

		<ul>
			<li class="menu-item">
				<a href="YesChoicePath/bluewisp.html"><img src="../Pictures/Wisps/BlueWisp.jpg"></a>
			</li>

			<li class="menu-item">
				<a href="YesChoicePath/yellowwisp.html"><img src="../Pictures/Wisps/YellowWisp.jpg"></a>
			</li>
			
			<li class="menu-item">
				<a href="YesChoicePath/blackwisp.html"><img src="../Pictures/Wisps/BlackWisp.jpg"></a>
			</li>
		</ul>

	</body>
</html>