<!DOCTYPE html>
<html>
	<head>
		<link rel="stylesheet" type="text/css" href="../stylesheets/bootstrap.css">
		<title>Death</title>
	</head>
	<body class="container blood">
		<div class="row">
			<p class="death col-md-2 col-md-offset-6 movetopdeath">
				You Died
			</p>
		</div>
		<div class="row movetop deathtxtmodify">
			<p class="col-md-8 col-md-offset-3 indent">
				You were burned to ash. You caught the dragon's attention on your way out of the town. Rest in pieces.
			</p>
		</div>
		<div class="row movetop deathtxtmodify">
			<p class="col-md-8 col-md-offset-3 indent">
				<a href="../home.html">RESTART</a>
			</p>
		</div>

	</body>
</html>