revamp the website
[~bandali/bndl.org] / 404.m4
diff --git a/404.m4 b/404.m4
new file mode 100644 (file)
index 0000000..b44603e
--- /dev/null
+++ b/404.m4
@@ -0,0 +1,9 @@
+dnl -*- html -*-
+define(__title, `404 Not Found')dnl
+define(__slug, `404')dnl
+include(header.html)dnl
+
+<h1>__slug</h1>
+<p>Sorry, that page does not exist.</p>
+
+include(footer.html)dnl