HEX
Server: nginx/1.27.1
System: Linux in-3 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
User: ivenus-clone (3297)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
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&rsquo;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(); ?>