aboutsummaryrefslogtreecommitdiff
path: root/error/404.html
blob: 211cd5bdeda3175b5fc8e59130304bf0bf855631 (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
<!DOCTYPE html>
<html>
<head>
  <title>404 Page Not Found</title>
  <style>

  body {
    color: black;
    background-image: url('/images/woopsy.jpg');
  }

  table {
        color: black;
        background-color: #bebebe;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
  }

  </style>
</head>
<body>
  <a href="/index.html"><img src="/images/back_home.png" alt=
  "Back to home page"></a>
  <center>
    <table border="1" width="60%">
      <tr>
        <td>
          <h1>Woopsy!</h1>
          <p>You tried looking for something that doesnt exist. This is a
          strange 404 page indeed.</p><img src="/images/british.gif" alt=
          "Sips british tea">
        </td>
      </tr>
    </table>
  </center>
</body>
</html>