page5.html 746 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
<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>
		<section id="five">
			<div id="story">
				<p>There's a bloody girl in front of you.</p>
			</div>
			<div id="choices">
				<div class = "row">
					<div class="col-md-6 col-xs-12">
						<a href="page8.html" id ="btn">Smash her head with the picture frame</a>
					</div>

					<div class="col-md-6 col-xs-12">
						<a href="page9.html" id="btn">Kick it aside and RUN!!</a>
					</div>
				</div>
			</div>
		</section>
	</body>
</html>