HEX
Server: Apache
System: Linux webm005.cluster121.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: adventp (418412)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/adventp/www/wp-content/themes/brooklyn/partials/hero-404.php
<section id="ut-hero" class="hero ha-waypoint parallax-section parallax-background" data-animate-up="ha-header-hide" data-animate-down="ha-header-hide">
    
    <div class="parallax-scroll-container" data-parallax-bottom data-parallax-factor="8"></div>
    
    <?php ut_before_hero_content_hook(); ?> 
    
    <div class="grid-container">
        
        <!-- hero holder -->
        <div class="hero-holder grid-100 mobile-grid-100 tablet-grid-100 <?php echo ut_return_hero_config('ut_hero_style' , 'ut-hero-style-1'); ?>">
            
            <div class="hero-inner">             
                
                <div class="hth">
                    <h1 data-responsive-font="hero_title" class="hero-title element-with-custom-line-height"><?php _e( 'Uh-Oh! 404', 'unitedthemes' ); ?></h1>
                </div>
                
                <div class="hdb">
                    
                    <span data-responsive-font="hero_description" class="hero-description-bottom">
                        
                        <?php esc_html_e( "The page you are looking for can't be found.", 'unitedthemes' ); ?>
                            
                    </span>
                    
                </div>
                
                <span class="hero-btn-holder">
                
                    <a target="_self" href="<?php echo esc_url( home_url( '/' ) ); ?>" class="hero-btn"><?php _e( 'Back', 'unitedthemes' ); ?></a>
                    
                </span>
                                
            </div>
        
        </div>
        <!-- close hero-holder -->
    
    </div>
    
    <?php ut_after_hero_content_hook(); ?> 
    
</section>
<!-- end hero section -->