-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbacktobed.html
34 lines (34 loc) · 1.03 KB
/
backtobed.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>You told him to go back to bed. Good effort!</h2>
</header>
<div class="options">
<section>
<p class="result">Now he is crying.</p>
<p>Do you:</p>
<ul>
<li><a href="snuggle.html">Get in his tiny bed with him and snuggle.</a></li>
<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>