villagesaved1.html 748 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
<!DOCTYPE html>
<html>
	<head>
		<link rel="stylesheet" type="text/css" href="../../../stylesheets/bootstrap.css">
		<title>Success</title>
	</head>
	<body class="container vilsavedbg">
		<div class="row">
			<p class="saved col-md-4 col-md-offset-4 movetopmore">
				You Saved The Village
		</div>
		<div class="row movetop deathtxtmodify">
			<p class="col-md-8 col-md-offset-2 indent movetop">
				You and Rrogash successfuly fended off enough of the dragon's attacks and led the surviving villagers back to Ahsinghard. The dragon gave up the chase and fled.
			</p>
		</div>
		<div class="row movetop deathtxtmodify">
			<p class="col-md-2 col-md-offset-5 indent">
				<a href="../../../home.html">RESTART</a>
			</p>
		</div>

	</body>
</html>