aboutsummaryrefslogtreecommitdiffstats
path: root/errors/500.html
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-03-03 18:17:05 -0600
committerMatt Rude <[email protected]>2018-03-03 18:17:05 -0600
commit2d47d3de50205febfd4d0ca6a2f51807ab954bba (patch)
tree8e0d87bcee8279fa5dd40d3ffb833238ba7190a9 /errors/500.html
parent7d847dfe7c45038b34f5ef74bcfebabdbbc27214 (diff)
downloadxmpp-site-lite-2d47d3de50205febfd4d0ca6a2f51807ab954bba.tar.gz
xmpp-site-lite-2d47d3de50205febfd4d0ca6a2f51807ab954bba.tar.bz2
xmpp-site-lite-2d47d3de50205febfd4d0ca6a2f51807ab954bba.zip
Move error messages to their own folder.
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>