HEX
Server: Apache/2.2.34 (Unix) mod_fastcgi/mod_fastcgi-SNAP-0910052141
System: Linux Kou-Etsu-Dou 4.4.59+ #25556 SMP PREEMPT Thu Mar 4 18:03:46 CST 2021 x86_64
User: hosam (1026)
PHP: 7.2.29
Disabled: NONE
Upload Files
File: /volume1/web/wordpress/wp-content/themes/sullivan/404.php
<?php get_header(); ?>

<main id="site-content">

	<div class="section-inner">

		<header class="page-header section-inner thin">

			<div>

				<h1><?php _e( 'Error 404', 'sullivan' ); ?></h1>

				<p class="sans-excerpt"><?php _e( "The page you're looking for could not be found. It may have been removed, renamed, or maybe it didn't exist in the first place. You can return to the home page through the link.", 'sullivan' ); ?></p>

				<a class="go-home" href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php _e( 'To the home page', 'sullivan' ); ?></a>

			</div>

		</header><!-- .page-header -->

	</div><!-- .post -->

</main>

<?php get_footer(); ?>