From 2d55fe7a6abbe89a5508c1642e9a75e6bd9eab79 Mon Sep 17 00:00:00 2001 From: Sean Finney Date: Wed, 2 Dec 2009 21:15:58 +0100 Subject: now include a 500 error page --- static/500.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ static/img/500-ohnoes.png | Bin 0 -> 377343 bytes 2 files changed, 46 insertions(+) create mode 100644 static/500.html create mode 100644 static/img/500-ohnoes.png (limited to 'static') diff --git a/static/500.html b/static/500.html new file mode 100644 index 0000000..eef8c94 --- /dev/null +++ b/static/500.html @@ -0,0 +1,46 @@ + + + + Oh noes! Error! + + + + + + +

Oh noes! An error!

+ +
+ [maintenance cat] +

+ The system is currently unavailable. Please wait for it to become + available again. +

+
+ + + + diff --git a/static/img/500-ohnoes.png b/static/img/500-ohnoes.png new file mode 100644 index 0000000..beab844 Binary files /dev/null and b/static/img/500-ohnoes.png differ -- cgit v1.2.3