summaryrefslogtreecommitdiff
path: root/templates/not_found.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/not_found.html.ep')
-rw-r--r--templates/not_found.html.ep13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/not_found.html.ep b/templates/not_found.html.ep
new file mode 100644
index 0000000..ca1fb5f
--- /dev/null
+++ b/templates/not_found.html.ep
@@ -0,0 +1,13 @@
+<!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>