leftpath.html 822 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>Left Path</h2>
		<center>
		<h3>As you walk along this path, you discover an unknown village full of sketchy hunters and gatherers. You are contemplating whether to ask for their help or just hide somewhere safe until the duck loses sight of you. What are you going to do?</h3>
		<a class="btn btn-primary" href="askhelp.html" role="button">Ask for help!</a>
		<a class="btn btn-success" href="hide.html" role="button">Hide</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>