egg-choice1.html 1.04 KB
Newer Older
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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
<!DOCTYPE html>
<html>
	<head>
		<title>You Cooked the Egg</title>
	<link rel="stylesheet" type="text/css" href="../stylesheets/application.css">
	</head>
	
	<body>
		<h1>You cooked the Pterodactyl Egg...</h1>
		<p>
			As revenge for the damage the pterodactyls did, you savor the exotic taste of the dinosaur sunny side up.
		</p>
		
		<p>
			The egg was so large that you shared it with other people
		</p>
		
		<p>
			After few hours, you feel your stomach rumbling and you are having an intense migraine...
		</p>
		<h2>What will you do?</h2>
		<ul>
			<a href="../ending/death.html">
				<p align="center">
					<img src="../images/sleep.png">
					Just sleep and it will be gone later.
				</p>
			</a>

			<a href="../ending/boring.html">
				<p align="center">
					<img src="../images/doc.png">
					Consult a doctor.
				</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>