death1.html 659 Bytes
Newer Older
jairuscperez's avatar
jairuscperez committed
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
<!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>