index3.html 773 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 28 29
<!DOCTYPE html>
<html>
	<head>
		<title>Adventure Game</title>

		<link type="text/css" rel="stylesheet" href="Stylesheets/application.css">
	</head>
	<body>
		<h1 id="main-h1">Cave of Dandandan</h1>
		<p id="main-p">Legend has it the brothers' items are found deep within the Cave of Dundundun. You, Adventurer, are standing in front of the entrance of the cave and have the chance to look for these items. Are you up for the task?</p>

		<center><img src="Pictures/DeathlyHallows.jpg"></center>

		<ul>
			<li class="menu-item">
				<a href="ChoicePaths/yes.html">Yes</a>
			</li>

			<li class="menu-item">
				<a href="ChoicePaths/idk.html">I'm not sure</a>
			</li>

			<li class="menu-item">
				<a href="ChoicePaths/no.html">No</a>
			</li>
		</ul>

	</body>
</html>