boring.html 760 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
<!DOCTYPE html>

<html>
	<head>
		<title> Safe Life</title>
	<link rel="stylesheet" type="text/css" href="../stylesheets/application.css">
	</head>
	
	<body bgcolor="sky blue">
		<div class="tie">You are not living a very dangerous life</div>
		<h4 id="tieline">
			You are relatively safe but you are on a constant move. Your body cannot handle much action due to effects of eating a dinosaur egg. You cannot fight because you don't want to drag your family. At least, you have better chance in living a long life.
		</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>