level_1.html 951 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 26
<!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>