diff options
author | bnewbold <bnewbold@robocracy.org> | 2011-04-21 01:18:39 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2011-04-21 01:18:39 -0400 |
commit | 0c4b1b64492cce80432cf0d51054512792a1701f (patch) | |
tree | cfd93a92e4ce3bb4b7e63a95d9de15f72de07637 /www/404.html | |
parent | 1210ae55126c76611c0d402e1a6bb65f9666c21d (diff) | |
download | piccast-0c4b1b64492cce80432cf0d51054512792a1701f.tar.gz piccast-0c4b1b64492cce80432cf0d51054512792a1701f.zip |
error pages
Diffstat (limited to 'www/404.html')
-rw-r--r-- | www/404.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/404.html b/www/404.html new file mode 100644 index 0000000..2095673 --- /dev/null +++ b/www/404.html @@ -0,0 +1,10 @@ +<html> +<head> +<title>PicCast - 404</title> +</head> +<body> +<center> +<h1>Four Oh Four!</h1> +</center> +</body> +</html> |