<!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/rescueteam2.jpg"> <p> You decide to go out to sea. You look back at the island and feel that fear inside you. You then brush it aside and continue to paddle on. It is night time and you start to get thurty and hungry. You start to eat some of the food that you brought with you. While eating, you see a light in the distance. This light became bigger and bigger. You then realize that it might be the rescue team. So you muster all your strength to stand up and wave your hands. You scream at the top of your voice, calling out to them. You use the flare gun and the rescue team spots you. You are finally rescued. Congratulations! </p> </h1> </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>