aboutsummaryrefslogtreecommitdiffstats
path: root/piccast
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2011-04-22 06:46:10 +0000
committerbnewbold <bnewbold@robocracy.org>2011-04-22 06:46:10 +0000
commit650b25a5d804bbca398c7de887897915b3f4e4c5 (patch)
treea5329e9f077c1cb3d30f66bed7b2ca8e889fd16a /piccast
parent99dd77cd6f447aaee5897a0667a7973b45d02501 (diff)
downloadpiccast-650b25a5d804bbca398c7de887897915b3f4e4c5.tar.gz
piccast-650b25a5d804bbca398c7de887897915b3f4e4c5.zip
crude error templates (nsfw)
Diffstat (limited to 'piccast')
-rw-r--r--piccast/templates/404.html10
-rw-r--r--piccast/templates/500.html11
2 files changed, 21 insertions, 0 deletions
diff --git a/piccast/templates/404.html b/piccast/templates/404.html
new file mode 100644
index 0000000..2095673
--- /dev/null
+++ b/piccast/templates/404.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+<title>PicCast - 404</title>
+</head>
+<body>
+<center>
+<h1>Four Oh Four!</h1>
+</center>
+</body>
+</html>
diff --git a/piccast/templates/500.html b/piccast/templates/500.html
new file mode 100644
index 0000000..433e701
--- /dev/null
+++ b/piccast/templates/500.html
@@ -0,0 +1,11 @@
+<html>
+<head>
+<title>PicCast - 500</title>
+</head>
+<body>
+<center>
+<h1>DidFuckUpInside!</h1>
+Sorry about that...
+</center>
+</body>
+</html>