-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbathroom.html
More file actions
33 lines (33 loc) · 1.02 KB
/
bathroom.html
File metadata and controls
33 lines (33 loc) · 1.02 KB
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
<doctype html>
<html>
<head>
<title>Go the F to Sleep</title>
<link rel="stylesheet" href="CSS/style.css">
</head>
<body>
<header>
<h2>You've released the little monster from his bed. He obviously doesn't go into the bathroom, but just runs away, laughing.</h2>
</header>
<div class="options">
<section>
<p class="result">What's your next move?</p>
<p>Do you:</p>
<ul>
<li><a href="backtobed.html">Tell him to go back to bed.</a></li>
<li><a href="snuggle.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>