aboutsummaryrefslogtreecommitdiff
path: root/public/error/404.html
blob: 254fa1fd8bd95d154128f456d0d7fc5a53669e97 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/header.error.php'; ?>

    <h1 style="color: #FF6978; font-size: 8em;">404</h1>
    <h2 class="text-xl font-normal text-grey-darkest">Error 404 - Page not found.</h2>
    <br>
    <h2 class="text-xl font-normal text-grey-darkest">
        You can head back to the
        <a class="text-blue no-underline border-b-2 border-blue" href="/">homepage</a>.
    </h2>

<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/footer.php'; ?>