aboutsummaryrefslogtreecommitdiffstats
path: root/errors/500.html
diff options
context:
space:
mode:
Diffstat (limited to 'errors/500.html')
-rw-r--r--errors/500.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/errors/500.html b/errors/500.html
new file mode 100644
index 0000000..1a4d44d
--- /dev/null
+++ b/errors/500.html
@@ -0,0 +1,14 @@
+---
+layout: welcome
+sitemap: false
+permalink: /error/500.html
+---
+
+<div id="error-container" class="container d-flex h-100">
+ <div id="error-text" class="justify-content-center align-self-center">
+ <h1><i class="fa fa-exclamation-triangle"></i></h1>
+ <h1>Error: 500</h1>
+ <h3>Internal Server Error</h3>
+ <p>This code indicates that the server encountered an unexpected condition that prevented it from fulfilling the request.</p>
+ </div>
+</div>