aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default')
-rw-r--r--templates/web/default/errors/page_not_found.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/web/default/errors/page_not_found.html b/templates/web/default/errors/page_not_found.html
new file mode 100644
index 000000000..92ceb3106
--- /dev/null
+++ b/templates/web/default/errors/page_not_found.html
@@ -0,0 +1,7 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<html><head>
+<title>404 Not Found</title>
+</head><body>
+<h1>Not Found</h1>
+<p>The requested URL [% c.req.uri.path %] was not found on this server.</p>
+</body></html>