run-choice1.html 1.14 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 53
<!DOCTYPE html>

<html>
	<head>
		<title> Dinosaur-Slayer</title>
	<link rel="stylesheet" type="text/css" href="../stylesheets/application.css">
	</head>
	
	<body>
		<h1>You Train To Become A Dinosaur Slayer</h1>
		<p>
			With vengeance as fuel for your determination, you trained hard to be able to defeat and eliminate the dinosaurs
		</p>
		
		<p>
			You know that you are already strong enough and you asked your master if you can fight the dinosaurs.
		</p>
		
		<p>
			Your master said you are not ready and you still don't know the secret technique for dragon slaying?
		</p>
		<h2>What will you do?</h2>
		<ul>
			<a href="../ending/death.html">
				<p align="center">
				<img src="../images/disobey.png">
					Disobey your master.
				</p>
			</a>

			<a href="../ending/liberator.html">
				<p align="center">
				<img src="../images/continue.png">
					Continue your training and eventually learn the secret technique.
				</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>