File: /storage/v4513/ctoivenusin/public_html/wp-content/themes/ivenusp2/404.php
<?php
/**
* The template for displaying 404 pages (not found)
*
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
*/
get_header();
$global_desktop_banner = get_theme_mod( 'ivenusp2_desktop_banner' );
$global_mobile_banner = get_theme_mod( 'ivenusp2_mobile_banner' );
?>
<!-- START MAIN CONTENT -->
<section class="not-found-issue">
<div class="container">
<div class="row">
<div class="col-sm-12" style="text-align: center;">
<!-- <h3 class="title text-uppercase">404 Page</h3> -->
<img src="<?php echo THEME_URI; ?>/assets/images/404.png" alt="404">
</div>
<div class="clearfix"></div>
<div class="cms-section col-sm-12" style="text-align: center;">
<div class="error-404 not-found">
<h1 class="page-title"><?php _e( 'Oops! That page can’t be found.', 'ivenusp2' ); ?></h1>
<div class="page-content">
<p style="text-align: center;"><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'ivenusp2' ); ?></p>
<?php get_search_form(); ?>
</div><!-- .page-content -->
</div><!-- .error-404 -->
</div>
</div>
</div>
</section>
<!-- END MAIN CONTENT -->
<?php get_footer(); ?>