🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:404.php
<?php /** * The template for displaying 404 pages (Not Found) * * @package Ophiro_Ventures */ get_header(); ?> <section class="cta-section" style="background-image: url('<?php echo get_template_directory_uri(); ?>/assets/images/presum_jet_cta_1781247848850.png'); height: 100vh; display: flex; align-items: center; justify-content: center;"> <div class="cta-overlay" style="background: rgba(10,20,38,0.9);"></div> <div class="container cta-content" style="text-align: center;"> <h1 style="font-family: 'Cinzel', serif; font-size: 8rem; color: #d4af37; margin-bottom: 0; line-height: 1; text-shadow: 0 5px 15px rgba(0,0,0,0.5);">404</h1> <h2 style="font-size: 3rem; margin-bottom: 20px;">LOST IN PARADISE</h2> <p style="font-size: 1.1rem; color: #ccc; max-width: 600px; margin: 0 auto 40px; line-height: 1.6;">It seems the destination you are looking for has drifted away or does not exist. Let us guide you back to your extraordinary journey.</p> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="btn-gold" style="text-decoration:none; display:inline-block; padding: 15px 40px;">RETURN TO HOME <i class="fa-solid fa-house" style="margin-left: 8px;"></i></a> </div> </section> <?php get_footer(); ?>
Save Changes
Cancel
Create New File
Create New Folder