aboutsummaryrefslogtreecommitdiffstats
path: root/500.html
blob: da484cef01e6daff4e3251b4f9e7ed94c668f93e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
layout: welcome
sitemap: false
permalink: /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>