<!DOCTYPE html>
<html>
	<head>
		<title> My Website</title>
		<link type="text/css" rel="stylesheet" href="stylesheets/bootstrap.css">
	</head>
	
	<body class = "container">
		<div class = "row">
			<div class = "col-md-12">
				<h1>
					<p>
						You decide to stay on the island. Days continue to pass by and still no sign of the rescue team. While searching for food one day, you get bitten by mosquitoes.You get sick with Malaria and eventually die before the rescue team could find you. Sorry, try again!
					</p>
					<img src = "images/tryagain.jpg">
				</h1>
			</div>
		</div>
		<div class = "row">
			<div class = "col-md-4">
				<h3>
					
				</h3>
			</div>
			<div class = "col-md-4 well">
				<h2>
					<a href="homepage.html"> Back to Homepage </a>
				</h2>
			</div>
			<div class = "col-md-4">
				<h4>
					
				</h4>
			</div>
		</div>			
	</body>
</html>