HEX
Server: Apache/2.4.66 (Debian)
System: Linux 6dfabc3b2241 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
User: (1000)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/custom-theme/404.php
<?php get_header(); ?>

<main id="main">
    <div class="container" style="padding: 120px 0; text-align: center;">
        <h1 style="font-size: 48px; color: var(--wp--preset--color--evergreen);">404</h1>
        <p style="font-size: 19px; color: var(--wp--preset--color--granite); margin-top: 16px;">
            The page you're looking for doesn't exist.
        </p>
        <a href="<?php echo home_url('/'); ?>" class="btn btn--gold" style="margin-top: 32px; display: inline-flex;">
            Back to Home
        </a>
    </div>
</main>

<?php get_footer(); ?>