<!DOCTYPE html>

<html>
	<head>
		<title> Give-Up</title>
	<link rel="stylesheet" type="text/css" href="../stylesheets/application.css">
	</head>
	
	<body>
		<h1>Give up</h1>
		<p>
			You lost your mother and you are wandering aimlessly.
		</p>
		
		<p>
			One day, your mother's relative found you and offered you to become part of their family. 
		</p>
		
		
		<h2>What will you do?</h2>
		<ul>
			<a href="../ending/boring.html">
				<p align="center">
					<img src="../images/live.png">
					Live with them and start a new life.
				</p>
			</a>

			<a href="../ending/death.html">
				<p align="center">
					<img src="../images/ignore.png">
					Ignore them and continue to wander aimlessly.
				</p>	
			</a>
		</ul>

		<h3>
			<a href="../level-one/option2.html">
				<p>
				Go back to previous page
				</p>
			</a>

			<a href="../index.html">
				<p>
				Go back to the beginning
				</p>
			</a>
		</h3>
	</body>
</html>