summaryrefslogtreecommitdiff
path: root/public/500.html
blob: 09e37371420bc5853476ddf6326d81f509061b6f (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
<!DOCTYPE html>
<html>
<head>
  <title>500</title>
  <style type="text/css">
    body { 
      color: #888;
      text-align: center;
      font-family: arial, sans-serif;
    }
    div.dialog {
      width: 25em;
      padding: 0 4em;
      margin: 4em auto 0 auto;
      border: 3px dashed #a77;
      background: #666;
      border-radius: 0.8em;
    }
    h1 {
      color: #977;
      line-height: 1.5em;
    }
  </style>
</head>

<body>
  <div class="dialog">
    <h1>Uhh. That's an error.</h1>
    <p>Sorry, this is our fault :(</p>
  </div>
</body>
</html>