-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstructions.html
More file actions
36 lines (31 loc) · 1.68 KB
/
instructions.html
File metadata and controls
36 lines (31 loc) · 1.68 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
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title style="color:black">The Instructions</title>
</head>
<body style="background-color:#413F2E">
<nav>
<a href="index">Back</a>
</nav>
<h3>The Instructions</h3>
<p>
Wonko the Sane: "I've tried to decorate it nicely to keep the inmates happy, but there's very little one can do. I never go in there now myself. If ever I am tempted, which these days I rarely am, I simply look at the sign written over the door and shy away."
<br>"That one?" said Fenchurch, pointing, rather puzzled, at a blue plaque with some instructions written on it.
<br>"Yes. They are the words that finally turned me into the hermit I have now become. It was quite sudden. I saw them, and I knew what I had to do."
<br>The sign said:
<br><em>Hold stick near centre of its length. Moisten pointed end in mouth. insert in tooth space, blunt end next to gum. Use gentle in-out motion.</em>
<br>"It seemed to me," said Wonko the sane, "that any civilization that had so far lost its head as to need to include a set of detailed instructions for use in a packet of toothpicks, was no longer a civilization in which I could live and stay sane."
</p>
<p>excerpt from Douglas Adam's <em>"So Long and Thanks for All The Fish"</em></p>
<br><br>
</body>
</html>
<style>
h1 {color:rgb(255, 235, 255);}
h3 {color:rgb(255, 235, 255);}
p {color:rgb(255, 235, 255);}
a {color:rgb(255, 235, 255);}
</style>