]> git.ktnx.net Git - lsl.git/blob - public/404.html
first take at a Dancer2 app, some functions work
[lsl.git] / public / 404.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4   <meta charset="utf-8">
5   <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
6   <title>Error 404</title>
7   <link rel="stylesheet" href="/css/error.css">
8 </head>
9 <body>
10 <h1>Error 404</h1>
11 <div id="content">
12 <h2>Page Not Found</h2><p>Sorry, this is the void.</p>
13 </div>
14 <div id="footer">
15 Powered by <a href="http://perldancer.org/">Dancer2</a>.
16 </div>
17 </body>
18 </html>