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();