summaryrefslogtreecommitdiff
path: root/cgi/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-08-19 04:46:31 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-08-19 04:46:31 +0200
commitf705b2f96785ef462cacb15cb1bc2ab35055d6cc (patch)
treef9396e1100b91aaafbd44cd9381983ca313ac59e /cgi/index.pl
parent969590d6d4f98dfb4c5cb435205e6d5791497ec1 (diff)
Add custom not found template
Diffstat (limited to 'cgi/index.pl')
-rw-r--r--cgi/index.pl15
1 files changed, 15 insertions, 0 deletions
diff --git a/cgi/index.pl b/cgi/index.pl
index 90452aa..e1cbbbe 100644
--- a/cgi/index.pl
+++ b/cgi/index.pl
@@ -272,3 +272,18 @@ v<%= $version %>
</body>
</html>
+
+@@ not_found.html.ep
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<head>
+ <title>page not found</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
+</head>
+<body>
+<div>
+page not found
+</div>
+</body>
+</html>