Ryanhub - file viewer
filename: views/public/403.php
branch: main
back to repo
<?php $pageTitle = "Restricted – Seven O'Clock Dinner Club"; ?>

<div class="card" data-animate-initial>
    <div class="muted" style="font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 10px;">
        Restricted
    </div>
    <h1 style="font-family: 'Georgia', 'Times New Roman', serif; font-weight: 400; font-size: 26px; margin: 0 0 12px;">
        You do not have permission to access this page.
    </h1>
    <div style="margin-top: 18px; display: flex; gap: 10px; flex-wrap: wrap;">
        <a href="<?= url('') ?>" class="pill">Home</a>
    </div>
</div>