yellowwisp.html 858 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
<!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 yellow wisp</h1>
		<p id="main-p">The Yellow Wisp leads you to the Wand of Power, Ring of Life, and Cloak of Invisibility. You find a writing that says that you may only get one and the others will vanish forever. Which one do you choose?</p>

		<ul>
			<li class="menu-item">
				<a href="YellowWispChoicePath/wand.html"><img src="../../Pictures/Items/wand.jpg"></a>
			</li>

			<li class="menu-item">
				<a href="YellowWispChoicePath/ring.html"><img src="../../Pictures/Items/ring.jpg"></a>
			</li>
			
			<li class="menu-item">
				<a href="YellowWispChoicePath/cloak.html"><img src="../../Pictures/Items/cloak.jpg"></a>
			</li>
		</ul>
	</body>
</html>