Ryanhub - file viewer
filename: views/public/404.php
branch: main
back to repo
<?php $pageTitle = "Not Found – 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;">
        Not found
    </div>
    <h1 style="font-family: 'Georgia', 'Times New Roman', serif; font-weight: 400; font-size: 26px; margin: 0 0 12px;">
        The page you are looking for does not exist.
    </h1>
    <div style="margin-top: 18px;">
        <a href="<?= url('') ?>" class="pill">Home</a>
    </div>
</div>