summaryrefslogtreecommitdiff
path: root/404.html
blob: 11769de9537bb37877649e6851e361c2be9dae06 (plain)
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
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>404 • tilde.club</title>
    <link rel="stylesheet" href="https://tilde.club/style.css">
    <style>
      pre {text-align:center; line-height:1.2; margin-top:2rem;}
      .links{text-align:center; margin:2rem 0;}
    </style>
  </head>
  <body>
    <pre>
~~~  _  _      ___     _  _   ~~~
~~~ | || |    / _ \   | || |  ~~~
~~~ | || |_  | | | |  | || |_ ~~~
~~~ |__   _| | | | |  |__   _|~~~
~~~    | |   | |_| |     | |  ~~~
~~~    |_|    \___/      |_|  ~~~
    </pre>

    <h2 style="text-align:center;">file not found</h2>
    <p style="text-align:center;">
      Looks like this tilde is empty.<br>
      <a href="/">return home</a> •
      <a href="http://tilde.club/~harper/link.html?action=random">random tilde</a>
    </p>

    <div class="links">
      <p>
        Need a hand? Read the
        <a href="https://tilde.club/~anthonydpaul/primer.html">n00b’s primer</a>,
        then <code>ssh</code> in and craft your own page!
      </p>
    </div>

    <!-- Tildeverse Banner Exchange -->
    <div style="text-align:center;">
      <iframe src="https://banner.tildeverse.org/work.php?ID=deepend"
              width="468" height="60" frameborder="0" scrolling="no"></iframe>
    </div>

    <!-- Tilde Club Badge -->
    <div style="text-align:center; margin-top:1.5rem;">
      <a href="http://tilde.club">
        <img src="http://tilde.club/~zarate/tildeclub.gif"
             alt="Tilde Club Badge" width="88" height="31" border="0">
      </a>
    </div>
  </body>
</html>