aboutsummaryrefslogtreecommitdiff
path: root/templates/404.html
blob: 02168e78d059c48a8a2e8a4b061dfc5812e1e384 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    <title>404 - octopus</title>
  </head>

  <body>
    <h1>404</h1>
    <p>This ain't it chief</p>
  </body>
</html>