level_3_AB.html 874 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 III - Monday Morning</title>
		<link rel="stylesheet" type="text/css" href="../../../application.css">
	</head>
	<body>
		<h1 id="main-title">PART III - MONDAY MORNING</h1>
		<img src="../../../Images/level-3-AB.jpg">
		<div>
			<h1 id="thoughts-h1">Manny's Thoughts:</h1>
			<p>
				I am basically done. I still have 5 hours to go though. I can add more design and functionality to my homework. However, I can pass this as it is. Should I add the optional finishing touches to the homework or should I just take this time to relax and pass the homework as it is?
			</p>
			<ul>
				<li class="choices">
					<a href="Ending/ending_ABA.html">"Submit the homework as it is."</a>
				</li>
				<li class="choices">
					<a href="Ending/ending_ABB.html">"Add the finishing touches."</a>
				</li>
			</ul>
		</div>
	</body>
</html>