]> git.plutz.net Git - confetti/blob - pages/error.sh
basic editing functions for new view
[confetti] / pages / error.sh
1 #!/bin/sh
2
3 case "$1" in
4   title)
5   ;;
6   css)
7   ;;
8   body)
9 cat <<EOF
10 Page not found or nevermore<br />
11 Quoth the server: 404
12 EOF
13   ;;
14 esac
15