-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnuggle.html
More file actions
30 lines (30 loc) · 905 Bytes
/
snuggle.html
File metadata and controls
30 lines (30 loc) · 905 Bytes
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
<doctype html>
<html>
<head>
<title>Go the F to Sleep</title>
<link rel="stylesheet" href="CSS/style.css">
</head>
<body>
<header>
<h2>You fall asleep before your child. He runs around the house destroying things until he falls asleep under the coffee table.</h2>
</header>
<div class="options">
<section>
<p class="result">Better luck next time!</p>
<p class="result">
<a href="http://www.traderjoes.com/guides/wine-guide.asp">Here, have some wine.</a>
</p>
</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>