diff options
-rw-r--r-- | cgi/index.pl | 15 |
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> |