aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
blob: 6a64e39a9f16d8519ab1372b342f7e1041450da4 (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
<!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">
        <b>Fook:</b> O Deep Thought computer, the task we have designed you to perform is this.
        We want you to tell us... The Answer.
        <br>
        <b>Deep Thought:</b> The Answer? The Answer to what?
        <br>
        <b>Fook:</b> Life!
        <br>
        <b>Lunkwill:</b> The Universe!
        <br>
        <b>Fook and Lunkwill:</b> Everything - including this web request!
        <br>
        <b>Deep Thought:</b> Tricky... There is an answer. But, I'll have to think about it.
        <br>
        <hr>
        <b>7 1/2 million years later...</b>
        <hr>
        <b>Phouchg:</b> Do you have... er, that is...
        <br>
        <b>Deep Thought:</b> An Answer for you? Yes, I have.
        <br>
        <b>Loonsuawl:</b> Tell us!
        <br>
        <b>Deep Thought:</b> You're really not going to like it though.
        <br>
        <b>Loonsuawl and Phouchg:</b> Doesn't matter! We must know it! Now!
        <br>
        <b>Deep Thought:</b> Okay. The Answer to the ultimate question of Life, the Universe and Everything - including
        this web request...
        <br>
        <b>Phouchg:</b> Yes..?
        <br>
        <b>DeepThought:</b> Is...
        <br>
        <b>Loonsuawl:</b> Yes..!!!...?
        <br>
        <b>Deep Thought:</b> Four-o-four.
        <h2><b>DON'T PANIC!</b></h2>
    </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>