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

    <h1 class="text-6xl font-bold text-red-500">404</h1>
    <h2 class="text-xl text-gray-800 mb-1">Error 404 - Page not found.</h2>
    <h2 class="text-xl text-gray-800">
        You can head back to the
        <a class="text-blue-500 no-underline border-b-2 border-blue-500" href="/">homepage</a>.
    </h2>

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