<!DOCTYPE html> <html> <head> <title>Part II - The Weekend</title> <link rel="stylesheet" type="text/css" href="../../application.css"> </head> <body> <h1 id="main-title">PART II - THE WEEKEND</h1> <img src="../../Images/level-2-A.jpg"> <div> <h1 id="thoughts-h1">Manny's Thoughts:</h1> <p> It's Friday! I finally have time to relax. But I still have homework, including the MIS one. Good thing I started early! I also got over my obsession with Skyrim. I can spend the weekend by beginning the coding part of the homework or just enjoying the weekends. What should I do? </p> <ul> <li class="choices"> <a href="Level-3/level_3_AA.html">"Enjoy your weekend."</a> </li> <li class="choices"> <a href="Level-3/level_3_AB.html">"Begin the coding part of the homework."</a> </li> </ul> </div> </body> </html>