HEX
Server: Apache
System: Linux webd004.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User: frenchy (106757)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/frenchy/refonte2023/wordpress/wp-content/themes/gimont/template-parts/404.php
<div class="ova_404_page" style="background-image:url(<?php echo esc_url(get_template_directory_uri()); ?>/assets/img/bg-404.png)">
	<h1 class="title-404">
		<?php echo esc_html__( '404', 'gimont' ); ?>
	</h1>
	<h2 class="title">
		<?php echo esc_html__( 'Sorry We Can\'t Find That Page!', 'gimont' ); ?>
	</h2>
	<p class="description">
		<?php echo esc_html__( 'The page you are looking for was never existed.', 'gimont' ) ?>
	</p>
	<?php get_search_form(); ?>
	<div class="ova-go-home">
		<a href="<?php echo esc_url( home_url() ); ?>">
			<?php echo esc_html__( 'Back To Home', 'gimont' ); ?>
		</a>
	</div>
</div>