blob: c788abaf35516b37704c1813de5a5819be23d3b7 (
plain) (
blame)
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
54
55
56
57
58
59
60
61
62
63
64
65
66
|
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Space+Mono">
<link rel="stylesheet" href="styles.css">
<title>404</title>
</head>
<body>
<div id="starBackground" class="starBackground"></div>
<img src="pottwal.png" id="whaleParty" class="spermWhale fallingObject">
<img src="petunientopf.png" id="petuniaBowlParty" class="bowlOfPetunia fallingObject">
<div class="contentWrapper">
<div class="content">
<span class="character">Fook:</span> O Deep Thought computer, the task we have designed you to perform is this.
We want you to tell us... The Answer.
<br>
<span class="character">Deep Thought:</span> The Answer? The Answer to what?
<br>
<span class="character">Fook:</span> Life!
<br>
<span class="character">Lunkwill:</span> The Universe!
<br>
<span class="character">Fook and Lunkwill:</span> Everything - including this web request!
<br>
<span class="character">Deep Thought:</span> Tricky... There is an answer. But, I'll have to think about it.
<br>
<hr>
<span class="character">7 1/2 million years later...</span>
<hr>
<span class="character">Phouchg:</span> Do you have... er, that is...
<br>
<span class="character">Deep Thought:</span> An Answer for you? Yes, I have.
<br>
<span class="character">Loonsuawl:</span> Tell us!
<br>
<span class="character">Deep Thought:</span> You're really not going to like it though.
<br>
<span class="character">Loonsuawl and Phouchg:</span> Doesn't matter! We must know it! Now!
<br>
<span class="character">Deep Thought:</span> Okay. The Answer to the ultimate question of Life, the Universe and
Everything - including this web request...
<br>
<span class="character">Phouchg:</span> Yes..?
<br>
<span class="character">DeepThought:</span> Is...
<br>
<span class="character">Loonsuawl:</span> Yes..!!!...?
<br>
<span class="character">Deep Thought:</span> Four-o-four.
<h2><span class="character">DON'T PANIC!</span></h2>
<br>
<small>Inspired by Douglas Adams ♥</small>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script>
<script src="script.js"></script>
</body>
</html>
|