<html>
	<head>
		<link rel="stylesheet" href="css/style.css">
		<link rel="stylesheet" href="css/bootstrap-theme.css">
		<link rel="stylesheet" href="css/bootstrap-theme.min.css">
		<link rel="stylesheet" href="css/bootstrap.css">
		<link rel="stylehsset" href="css/bootstrap.min.css">
	</head>

	<body>
		<!--HOME-->
		<section id="three">
			<div id="story">
				<p>You notice that there is blood on the wall. You hear someone shuffling down the hall. </p>
			</div>
			<div id="choices">
				<div class = "row">
					<div class="col-md-6 col-xs-12">
						<a href="page5.html" id ="btn">Keep investigating</a>
					</div>

					<div class="col-md-6 col-xs-12">
						<a href="page6.html" id="btn">You've had enough for the night. Go back to your room.</a>
					</div>
				</div>
			</div>
		</section>
	</body>
</html>