<!Doctype html> <html> <head> <link rel="stylesheet" type="text/css" href="../index/design.css"/> <title> Choose Your Own Adventure </title> </head> <body> <div id = "content"> <div id = "image"> <img src="spaceship.png" style="width:600px;height:500px;"> <div id = "paragraph_1"> <p> You have a good hunch that the mysterious figure went right. And you're right! You see that the mysterious figure is just a few meters ahead of you. As you continue to follow it, you got startled as you caught a glimpse of an oddly looking spaceship suddenly appearing outta nowhere behind. </p> </div> <ul> <li><a href="../3rd level/lvl3-a.html"> Follow the mysterious figure</a></li> <li><a href="../3rd level/lvl3-b.html"> Check out the spaceship</a></li> </ul> </body> </html>