summary refs log tree commit diff
path: root/public/500.html
blob: 006b2732a72b859fbd7c05139b42020e085bf13b (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.1810
</footer>
</body>
</html>