]> git.plutz.net Git - confetti/blobdiff - pages/error.sh
changed page structure
[confetti] / pages / error.sh
diff --git a/pages/error.sh b/pages/error.sh
new file mode 100755 (executable)
index 0000000..d5f6053
--- /dev/null
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+case "$1" in
+  title)
+  ;;
+  css)
+  ;;
+  body)
+cat <<EOF
+Page not found or nevermore<br />
+Quoth the server: 404
+EOF
+  ;;
+esac
+