aboutsummaryrefslogtreecommitdiff
path: root/public/error/403.html
blob: e38aa4cdaf13eec27e0b81a4153b2948987bcc35 (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">403</h1>
    <h2 class="text-xl text-gray-800 mb-1">Error 403 - Forbidden.</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'; ?>