aboutsummaryrefslogtreecommitdiff
path: root/_site/errs/500.php
blob: b7421a0a30f6a60eefd5d4f1e8329a266dbee2fd (plain)
1
2
3
4
5
6
7
8
9
10
<?php $_TITLE = "Error 403"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/dom/header.php"; ?>

<div class="container" style="margin-top:30px;text-align: center;">
    <h1># 500_</h1>
    <h4 style="margin-bottom:20px;">Did I miss something?</h4>
    <p>Something's really wrong with the server and we can't get you to that thing you wanted right now. Perhaps you could try that later</p>
    <p>You probably want to <a href="/" style="text-decoration: underline;">go back home</a>.</p>
</div>

<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/dom/footer.php"; ?>