<!DOCTYPE html>
<html>
	<head>
		<title>Adventure Game</title>

		<link type="text/css" rel="stylesheet" href="../../../Stylesheets/application.css">
	</head>
	<body>
		<h1 id="main-h1">Ring of Life</h1>
		<p id="main-p">The ring presents itself with two powers to choose from. One is immortality, and the other is to bring someone to life.</p>

		<center><img src="../../../Pictures/Ring/LoTR.jpg"></center>

		<ul>
			<li class="menu-item">
				<a href="RingChoicePath/Immortality.html">Immortality</a>
			</li>

			<li class="menu-item">
				<a href="RingChoicePath/Resurrection.html">Power of Resurrection</a>
			</li>
		</ul>
	</body>
</html>