aboutsummaryrefslogtreecommitdiffstats
path: root/errors/500.html
blob: 1a4d44dccb47cb7b6cdb38f2b462719c46b74bbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>