<!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 figured that it would be too tiresome to paddle to the island so you just stay where you are. Days pass and still no one came to rescue you and no islands are in sight anymore. You can barely get up due to dehydration. You are down to your last pack of crackers and your bottle is almost empty. You are about to give up already. You start to load your flare gun and point it to your head. When you are just about to pull the trigger, you see a blurry image on the horizon. It became bigger and bigger. You shut your eyes, and when you open them again, you see a face of a man. It is the rescue team! They have found you. Congratulations, you survived!
					</p>
					<img src = "images/rescueteam.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>