HEX
Server: LiteSpeed
System: Linux premium267.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: predezso (1249)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/predezso/alwaysgaia.com/wp-content/themes/kale/404.php
<?php
/**
 * The template for displaying 404 pages (not found)
 *
 * @package kale  
 *
 */
?>
<?php get_header(); ?>

<!-- Two Columns -->
<div class="row two-columns">
    <!-- Main Column -->
    <div class="main-column col-md-12" role="main">
        
        <!-- Page Content -->
        <div class="error-404">
            <h1 class="entry-title"><?php _e('404', 'kale'); ?></h1>
            <p><?php _e('Page Not Found', 'kale'); ?></p>
        </div>
        <!-- /Page Content -->
        
    </div>
    <!-- /Main Column -->


</div>
<!-- /Two Columns -->

<hr />

<?php get_footer(); ?>