index.html 773 Bytes
Newer Older
Jasmine Principe's avatar
Jasmine Principe committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
<!DOCTYPE html>
<html>
<head>
		<title>The Mad Mom</title>
	<link rel="stylesheet" type="text/css" href="../../../stylesheets/application.css">
</head>
<body>
	<div class="navigation">
		<ul>
			<li><a href="..\..\..\quit.html">Quit</a></li>			
			<li><a href="..\..\..\home.html">Restart</a></li>			
			<li><a href="..\index.html">Go Back</a></li>
		</ul>
	</div>

	<h1 class="h1">Chapter Three</h1>
		<p>
			Your brother goes to the grocery, but you remember that you're supposed to be at the store and not him. You still want to watch television. You:
		</p>

	<p1 class="p1"><a href="preference1/index.html">Watch anyway.<br></br><a/><a href="preference2/index.html">Hide out in your room; missing an episode is better than facing mom's wrath.<a/></p1>

</body>
</html>