summary refs log tree commit diff
path: root/public/404.html
blob: 2edb296b86ff374389b5a613c9e2b6acf31d2dc1 (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 404</title>
<link rel="stylesheet" href="/css/error.css" />
<meta charset=UTF-8" />
</head>
<body>
<h1>Error 404</h1>
<div id="content">
<h2>Page Not Found</h2><p>Sorry, this is the void.</p>
</div>
<footer>
Powered by <a href="http://perldancer.org/">Dancer</a> 1.1810
</footer>
</body>
</html>