JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
improve 404 behavior
[wfpl-cms.git] / error_404.html
diff --git a/error_404.html b/error_404.html
new file mode 100644 (file)
index 0000000..c5e8269
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+       <title>~$title show {~404: File Not Found~}~</title>
+</head>
+<body>
+       <!--~$body show {~-->
+               <h1>404: File Not Found</h1>
+
+               <p>Oops, we don't have a page at <code>~path html~</code></p>
+
+               <p>If you got here by clicking a link on this site, please let us know where we can find that broken link.</p>
+       <!--~}~-->
+       
+</body>
+</html>