summaryrefslogtreecommitdiff
path: root/jthanio/templates/500.html
diff options
context:
space:
mode:
Diffstat (limited to 'jthanio/templates/500.html')
-rw-r--r--jthanio/templates/500.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/jthanio/templates/500.html b/jthanio/templates/500.html
new file mode 100644
index 0000000..72b6406
--- /dev/null
+++ b/jthanio/templates/500.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html class="no-js">
+ <head>
+ <meta charset="utf-8" />
+ <title>Internal server error</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ </head>
+ <body>
+ <h1>Internal server error</h1>
+
+ <h2>Sorry, there seems to be an error. Please try again soon.</h2>
+ </body>
+</html>