-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwater.html
34 lines (34 loc) · 1.07 KB
/
water.html
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
27
28
29
30
31
32
33
34
<doctype html>
<html>
<head>
<title>Go the F to Sleep</title>
<link rel="stylesheet" href="CSS/style.css">
</head>
<body>
<header>
<h2>Your child has had water. This next one should have been obvious to you:</h2>
</header>
<div class="options">
<section>
<p class="result">"Mommy, I need to go potty!"</p>
<p>Do you:</p>
<ul>
<li><a href="bathroom.html">Let him get out of bed to go to the bathroom.</a></li>
<li><a href="backtobed.html">Tell him to go back to bed.</a></li>
<li><a href="giveup.html">Give up.</a></li>
<li><a href="index.html">Start over.</a></li>
</ul>
</section>
</div>
<footer>
<nav>
<h3>Alternate Missions</h3>
<ul>
<li><a href="comingsoon.html">Eat your dinner.</a></li>
<li><a href="comingsoon.html">Just put on pants. Any pants.</a></li>
<li><a href="comingsoon.html">Don't lick that.</a></li>
</ul>
</nav>
</footer>
</body>
</html>