summary refs log tree commit diff
path: root/not_found.html
blob: b96fcf980fb4e80378af556187faec8336c327dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
  <head>
    <title>Not Found</title>
    <link rel="stylesheet" href="/resources/style.css"/>
  </head>
  <body>
    <h1>
      Not Found
    </h1>

    <p>
      Sorry friend, you followed a link to something that doesn't exist.
    </p>

    <p>
      Feel free to start back over at my
      <a href="/">Home page</a>.
    </p>
  </body>
</html>