HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/confeduphaar/public_html/wp-content/themes/egovt/404.php
<?php get_header();  ?>

<div class="egovt_404_page">

	<img src="<?php echo EGOVT_URI . '/assets/img/img_404.png' ?>" alt="<?php esc_html__( '404', 'egovt' ) ?>">
	<h1 class="title">
		<?php echo esc_html__( 'Ohh! Page Not Found', 'egovt' ) ?>
	</h1>
	<p class="desc-404">
		<?php echo esc_html__( 'It looks like nothing was found at this location. Click the button below to return home.', 'egovt' ) ?>
	</p>
	<?php get_search_form(); ?>
	<div class="egovt-go-home">
		<a href="<?php echo esc_url( home_url() ); ?>">
			<?php echo esc_html__( 'Back to Home', 'egovt' ) . '<i data-feather="arrow-right"></i>' ?>
		</a>
	</div>
	
   
</div>

<?php get_footer(); ?>