page7.html 571 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<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="seven">
			<div id="story">
				<p>You see something on your bed. It jumps at you and tears off your face.</p>
				<h1 id="over">GAME OVER!</h1>
			</div>
			<a href="140389_AdventureGame.html" id="again"> Try Again?</a>		
		</section>
	</body>
</html>