<!DOCTYPE html>
<html>
<head>
	<title>The Monster Bibe Adventures</title>
	<link rel="stylesheet" type="text/css" href="style.css">
	<link rel="stylesheet" type="text/css" href="bootstrap.css">
</head>
<body>
	<div>
		<h2>Ask for Help</h2>
		<center>
		<h3>You take the risk of asking for help from those sketchy village people. They ignore you at first as they do not believe in your story. But as soon as the monster catches up near the vicinity of the village, the village people brings out their hunting spears and stabs it to death.</h3>
		<h3>Congratulations! You survived!</h3>
		</center>
	</div>
	<div>
		<center>
		<a class="btn btn-default" href="index.html" role="button">Restart Adventure</a>
		</center>
	</div>
</body>
</html>