-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (50 loc) · 1.68 KB
/
index.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<doctype html>
<html>
<head>
<title>Go the F to Sleep</title>
<link rel="stylesheet" href="CSS/style.css">
</head>
<body>
<header>
<h1>Mission: Go the F to Sleep</h1>
</header>
<div class="container">
<section>
<p>Your children have been put to bed, but they are not asleep yet. Answer their questions correctly and you will be on the couch with a glass of wine in minutes. Answer incorrectly, and who knows what they will do next.</p>
<p>Remember:</p>
<ol>
<li>Children do not understand logic.</li>
<li>Children gain power through wining.</li>
<li>Your beer is getting cold.</li>
</ol>
<p>Good Luck</p>
<a href="begin.html">Mission Accepted</a>
</section>
<aside>
<div class="offenders">
<h3>Those at fault:</h3>
<p>Do not be fooled by their cuteness.</p>
<figure>
<img src="images/graham.jpg" alt="Graham">
<figcaption>Graham</figcaption>
</figure>
<figure>
<img src="images/henry.jpg" alt="Henry">
<figcaption>Henry</figcaption>
</figure>
</ul>
</div>
</aside>
</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>