JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added 404 example files for run.php
[wfpl.git] / examples / 404.html
diff --git a/examples/404.html b/examples/404.html
new file mode 100644 (file)
index 0000000..7cb09e5
--- /dev/null
@@ -0,0 +1,13 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<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>