aboutsummaryrefslogtreecommitdiffstats
path: root/templates/500.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/500.html')
-rw-r--r--templates/500.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/500.html b/templates/500.html
new file mode 100644
index 0000000..0f2f448
--- /dev/null
+++ b/templates/500.html
@@ -0,0 +1,11 @@
+<html>
+<head>
+<title>Internal server error</title>
+</head>
+
+<body>
+<h1>Internal server error</h1>
+
+<p>Something went wrong. The error has been logged, please check back later.</p>
+</body>
+</html> \ No newline at end of file