HEX
Server: LiteSpeed
System: Linux s917.lon1.mysecurecloudhost.com 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: assibfaf (3034)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/assibfaf/public_html/wp-content/themes/zzero/404.php
<?php
/**
 * The template for displaying all single posts
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
 *
 * @package WordPress
 * @subpackage Gringo
 * @since Gringo 1.0
 */
get_header(); ?>

<section class="section seo-section section-404">
    <div class="container">
        <h1 class="text-center">Oops, we could not find the requested page. Sorry!</h1>
        <p class="trysearch text-center">Perhaps you can find the page you were looking for with our search?</p>
        <?php get_search_form(); ?>
    </div>
</section>

<?php get_template_part( 'template-parts/cta/cta', 'calculator' ); ?>

<?php get_footer();