<!Doctype html> <html> <head> <link rel="stylesheet" type="text/css" href="../index/design.css"/> <title> Choose Your Own Adventure </title> </head> <body> <div id = "End"> <h1> ---END---</h1> </div> </div> <div id = "content"> <div id="image"> <img src="vulture.png" style="width:550px;height:550px;"/> <div id="paragraph"> <p> You know very well that going left is the right choice. However, as weeks passed, you soon realized that you made a very stupid decision as you've never been more lost in your whole life. With no food, water and a girlfriend to think fondly of, you start to get weak. The last thing you'll ever see is a pack of vultures circling around your lifeless body.</p> </div> <div id = "restart"> <a href="../index/home.html"><img src="../index/reset.png" style="width:55px;height:50px;"/></a> </body> </html>