warriordeath.html 776 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>Warrior Death</title>
	</head>
	<body class="container blood">
		<div class="row">
			<p class="death col-md-4 col-md-offset-5 movetopdeath">
				You Died Honorably
			</p>
		</div>
		<div class="row movetop deathtxtmodify">
			<p class="col-md-8 col-md-offset-3 indent">
				You and Rrogash met with the dragon and distracted it long enough for the villagers to get away. However, the dragon's strength proved too much for Rrogash. Both of you were reduced to ash.
			</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>