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