revamp the site and go fully static
[~bandali/bndl.org] / 404.m4
diff --git a/404.m4 b/404.m4
deleted file mode 100644 (file)
index b44603e..0000000
--- a/404.m4
+++ /dev/null
@@ -1,9 +0,0 @@
-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