]> git.ktnx.net Git - lsl.git/blob - public/500.html
add a splash screen
[lsl.git] / public / 500.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 500</title>
7   <link rel="stylesheet" href="/css/error.css">
8 </head>
9 <body>
10 <h1>Error 500</h1>
11 <div id="content">
12 <h2>Internal Server Error</h2><p>Wooops, something went wrong</p>
13 </div>
14 <div id="footer">
15 Powered by <a href="http://perldancer.org/">Dancer2</a>.
16 </div>
17 </body>
18 </html>