diff --git a/templates/500.html b/templates/500.html
new file mode 100644
index 0000000000000000000000000000000000000000..e442925678471af9c55736e73299c021d9bc6b2a
--- /dev/null
+++ b/templates/500.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ 
+<head>
+ <title>Page unavailable</title>
+</head>
+ 
+<body>
+ <h1>500: Page unavailable</h1>
+ 
+ <p>Sorry, but the requested page is unavailable due to a server hiccup.</p>
+ 
+ <p>The admins have been notified.</p>
+</body>
+ 
+</html>
+