liberator.html 739 Bytes
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
<!DOCTYPE html>

<html>
	<head>
		<title> Liberator</title>
	<link rel="stylesheet" type="text/css" href="../stylesheets/application.css">
	</head>
	
	<body background="../images/vic.jpg">
		<div class="win">Congratulations! You became a full-fledged Dragon Slayer</div>
		<h4 id="winline">
			You discovered the secret technique in dinosaur-slaying and that is riding your own Pterodactyl to battle. Now you are able to liberate towns from the terror brought by the blood-hungry Pterodactyls.

		</h4>
		
	
		<h2>THE END</h2>
		

		<h3>
			<a href="javascript:history.back()">
				<p>
				Go back to previous page
				</p>
			</a>

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