Skip to content

Commit

Permalink
Fix up the 404 page a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jan 20, 2016
1 parent 6387b79 commit 8b907a9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions views/404.tt
@@ -1,18 +1,4 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Error 404</title>
<link rel="stylesheet" href="/css/error.css" />
<meta http-equiv="Content-type" content="text/html; 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>
<div id="footer">
Powered by <a href="http://perldancer.org/">Dancer</a>.
</div>
</body>
</html>

0 comments on commit 8b907a9

Please sign in to comment.