summary refs log tree commit diff
path: root/public/500.html
blob: 5f4b1745e8911b4b53c87a5c0e2192cf5d417ad3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Error 500</title>
<link rel="stylesheet" href="/css/error.css" />
<meta charset=UTF-8" />
</head>
<body>
<h1>Error 500</h1>
<div id="content">
<h2>Internal Server Error</h2><p>Wooops, something went wrong</p>
</div>
<footer>
Powered by <a href="http://perldancer.org/">Dancer</a> 1.1808
</footer>
</body>
</html>