File: /home/alfouzantranspor/www/wp-content/themes/land-excavator/404.php
<?php
/**
* The template for displaying 404 pages (not found)
*
* @package Land Excavator
*/
get_header();
?>
<div class="container">
<div class="site-wrapper">
<main id="primary" class="site-main">
<section class="error-404 not-found">
<header class="page-header">
<h1 class="page-title"><?php esc_html_e( 'Oops! That page can’t be found.', 'land-excavator' ); ?></h1>
</header>
<div class="page-content">
<p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'land-excavator' ); ?></p>
<?php get_search_form(); ?>
</div>
</section>
</main>
</div>
</div>
<?php
get_footer();