X-Git-Url: http://git.plutz.net/?p=busy;a=blobdiff_plain;f=pages%2Ferror.sh;fp=pages%2Ferror.sh;h=c42df35f920613a79a42a469b5c0591054d63d1d;hp=0000000000000000000000000000000000000000;hb=f485895094cd72318b46f39689c3ba954eb37411;hpb=904730d1782749bfac15b0344fe5782433f3099b diff --git a/pages/error.sh b/pages/error.sh new file mode 100755 index 0000000..c42df35 --- /dev/null +++ b/pages/error.sh @@ -0,0 +1,32 @@ +#!/bin/sh + +# Copyright 2014 Paul Hänsch +# +# This file is part of Confetti. +# +# Confetti is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Confetti is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with Confetti. If not, see . + +case "$1" in + title) + ;; + css) + ;; + body) +cat < +Quoth the server: 404 +EOF + ;; +esac +