<!DOCTYPE html>
<html>
	<head>
		<title>You Take Care of the Egg</title>
	<link rel="stylesheet" type="text/css" href="../stylesheets/application.css">
	</head>
	
	<body>
		<h1>You incubated the Pterodactyl Egg...</h1>
		<p>
			You created an incubator for egg and really looked forward for it to hatch.
		</p>

		<p>
			Weeks passed and it seems that nothing is happening with egg.
		</p>

		<p>
			One day, you suddenly heard a guttural cry and you found out a baby pterodactyl emerged from the egg...
		</p>
		<h2>What will you do?</h2>
		<ul>
			<a href="../ending/liberator.html">
				<p align="center">
					<img src="../images/train.png">
					Raise the baby pterodactyl and train it.
				</p>
			</a>

			<a href="../ending/death.html">
				<p align="center">
					<img src="../images/chick.png">
					Cook the a day-old pterodactyl.
				</p>	
			</a>
		</ul>
		<h3>
			<a href="../level-one/option1.html">
				<p>
				Go back to previous page
				</p>
			</a>

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