<!DOCTYPE html>

<html>
	<head>
		<title>You died</title>
	<link rel="stylesheet" type="text/css" href="../stylesheets/application.css">
	</head>
	
	<body bgcolor="black">
		<div class="death" >YOU DIED!</div>
		<h4 id="deathline">
			Because of your ignorance you died due to eating unsafe food, unprepared fighting, or you decided that life is worth living anymore 
			<p></p>
			<p></p>
			<p id="deathend">THE END</p>
		</h4>
		
	
		
		

		<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>