summaryrefslogtreecommitdiff
path: root/public/404.html
blob: 3ce5e3a082145c01e3b6d912eddcd5f12f042c94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
  <title>The page you were looking for doesn't exist (404)</title>
  <link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
</head>

<body>
  <!-- This file lives in public/404.html -->
  <div class="dialog">
    <h1>404</h1>
    <h2>The page you were looking for doesn't exist.</h2>
    <p>You may have mistyped the address or the page may have moved.</p>
  </div>
</body>
</html>