JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
update example code
[wfpl.git] / examples / error_404.html
diff --git a/examples/error_404.html b/examples/error_404.html
new file mode 100644 (file)
index 0000000..3f5cf59
--- /dev/null
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+
+<html>
+<head>
+       <title>404 File Not Found</title>
+</head>
+<body>
+       <h1>404 File Not Found</h1>
+       <p>Sorry, ~filename html~ doesn't seem to exist.</p>
+</body>
+</html>