<!DOCTYPE html> <html> <head> <title>Part I - The Homework Announcement</title> <link rel="stylesheet" type="text/css" href="../application.css"> </head> <body> <h1 id="main-title">PART I - THE HOMEWORK ANNOUNCEMENT</h1> <img src="../Images/level-1.jpg"> <br/> <div> <h1 id="thoughts-h1">Manny's Thoughts:</h1> <p> Mr. Happy announced that there will be a homework that will be passed on Monday, 4 days from now. I must create a story-telling game using HTML. That means I must write a story and write the appropriate code for it. However, I think that there is plenty of time to do that. Also, I've been so into Skyrim recently. What should I do? </p> <ul> <li class="choices"> <a href="Level-2/level_2_A.html">"Start writing a story to base your game on."</a> </li> <li class="choices"> <a href="Level-2/level_2_B.html">"Go home and play Skyrim."</a> </li> </ul> </div> </body> </html>