rightpath.html 767 Bytes
Newer Older
Avery Si's avatar
Avery Si committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
<!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>Right Path</h2>
		<center>
		<h3>After choosing this path, the monster bibe is still able to keep up with you. Along the way, you are able to find a shiny sword pierced into the soil. What are you going to do?</h3>
		<a class="btn btn-primary" href="fight.html" role="button">Pick up sword and fight!</a>
		<a class="btn btn-success" href="run.html" role="button">Run!</a>
		</center>
	</div>
	<div class="btn-pos">
		<center>
		<a class="btn btn-default" href="index.html" role="button">Restart Adventure</a>
		</center>
	</div>
</body>
</html>