Skip to content

Commit

Permalink
Added dummy 404.tt to stop weird errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jan 20, 2016
1 parent 78e44b0 commit 6387b79
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions views/404.tt
@@ -0,0 +1,18 @@
<!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 6387b79

Please sign in to comment.