404: convert error pages to php code
[minimedit.git] / 404.php
diff --git a/404.php b/404.php
new file mode 100755 (executable)
index 0000000..ba3e820
--- /dev/null
+++ b/404.php
@@ -0,0 +1,9 @@
+<?php include 'head.inc.html'; ?>
+
+<h2>Niet gevonden</h2>
+
+<p>
+De gevraagde pagina <em><?php echo htmlspecialchars($_SERVER['REQUEST_URI']); ?></em> bestaat niet.
+</p>
+
+<?php include 'foot.inc.php'; ?>