option1.html 1.57 KB
Newer Older
Bianca Tarun's avatar
Bianca Tarun committed
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 29 30 31 32 33 34 35 36 37 38 39 40
<!DOCTYPE html>
<html>
	<head>
		<title> hw 1</title>
		<link type="text/css" rel="stylesheet" href="stylesheets/bootstrap.css">
	</head>
	
	<body class = "container">\
		<div class = "row">
			<div class = "col-md-12">
				<h1>
					<img src = "images/asleep.jpg">
					<p>
						So you chose to stay and wait for the rescue team. While you are on the boat you notice a kit. You try to open in to see what is inside. You are very pleased to find out that it is a survival kit. Inside you find a box of matches, a knife, crackers, a bottle of water, a flashlight, rope, a big plastic bag, a mirror, a flare gun, and a blanket to keep yourself warm. You hear your tummy grumble and open the first out of the five packs of crackers. You make sure that you do not eat the entire pack to conserve the little food you have. You also just take a couple of sips of water. After eating, you fell asleep. When you woke up the next day, the rescue team has not found you yet. You look at the horizon and see another island. But this time, the island is farther than the first island you saw. Now you are faced with another decision. Will you stay where you are and wait for the rescue team or will you paddle to the island?
					</p>
				</h1>
			</div>
		</div>
		
			<ul class = "list-inline">
				<li>
					<a href="end1.html">
						<h2>
							<img src = "images/lifeboat.jpg">
							Stay and wait
						</h2>
					</a>
				</li>

				<li>
					<a href="end2.html">
						<h3>
							<img src = "images/desertedisland2.jpg">
							Go to the island
						</h3>
					</a>
				</li>
			</ul>
	</body>	
</html>