<!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> <p> You decide to go to the island. You do not have any means of telling what time it is but you notice that it is getting dark as you approach the island. It is night time and you decide to just camp out in your boat since you were unable to make a shelter for yourself. Days go by and still no rescuers find you. However, you decide to stay on the island since you can find food on it. Despite that, you got bitten by mosquitoes that caused you to get sick with Malaria. Eventually, you die before the rescuers are able to 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>