level_2_B.html 879 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-B.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. I haven't started anything yet! That's because I played Skyrim before, was it worth it? I can spend the weekend by doing the first part of my homework or just play more Skyrim. What should I do?
			</p>
			<ul>
				<li class="choices">
					<a href="Level-3/level_3_BA.html">"Start doing your homework"</a>
				</li>
				<li class="choices">
					<a href="Level-3/Ending/ending_BB.html">"Play Skyrim for the whole weekend"</a>
				</li>
			</ul>
		</div>
	</body>
</html>