aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/error/404.ftlh
blob: 3237d4d7707b7eb3bd9de88f421046966369981a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
  <head>
    <title>404</title>
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link href="/stylesheets/style.css" media="screen" rel="stylesheet" type="text/css" />
  </head>
  <body>
    You step in the stream<br/>
    But the water has moved on<br/>
    This page was not found
  </body>
</html>