level_2_A.html 865 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
<!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>