option2.html 1.4 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
<!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/desertedisland3.jpg">
					<p>
						You decide to go to the island even if it is still dark. You had no sense of time but you saw the sun rising already. You arrived at the island and find out that it is inhabited. You try to go around to look for food. You were able to find some coconuts but that was it. It was getting too hot so you start to look for a place to rest. The day goes by without the rescuers coming. A couple more days pass and still you have not been rescued. So you think about taking your chances and try to go out to sea again with the hopes of being located by the rescue team. However, you are scared of the possibility that they will not find you and that you cannot come back to the island anymore. So, do you stay on the island or do you take the risk and sail out to sea?
					</p>
				</h1>
			</div>
		</div>
		<ul class = "list-inline">
				<li>
					<a href="end4.html">
						<h2>
							<img src = "images/desertedisland4.jpg">
							Stay on island
						</h2>
					</a>
				</li>

				<li>
					<a href="end3.html">
						<h3>
							<img src = "images/sail.jpg">
							Go out to sea
						</h3>
					</a>
				</li>
			</ul>
	</body>
</html>