X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=pages%2Ferror.sh;fp=pages%2Ferror.sh;h=d5f60534d17629cb38343d0a88c07eff6c147cd7;hp=0000000000000000000000000000000000000000;hb=a8c6f8b510bb4747798c4f576162733d982bae75;hpb=df47e7e07c175d11b2fa6464024bb2b2b8829c5c diff --git a/pages/error.sh b/pages/error.sh new file mode 100755 index 0000000..d5f6053 --- /dev/null +++ b/pages/error.sh @@ -0,0 +1,15 @@ +#!/bin/sh + +case "$1" in + title) + ;; + css) + ;; + body) +cat < +Quoth the server: 404 +EOF + ;; +esac +