HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/DELETE/wp-content/themes/schema-lite/404.php
<?php
/**
 * The template for displaying 404 pages (not found).
 *
 * @link https://codex.wordpress.org/Creating_an_Error_404_Page
 *
 * @package Schema Lite
 */

get_header(); ?>

<div id="page" class="single clear">
	<article id="content" class="article page single_post">
		<header>
			<h1 class="title"><?php esc_html_e( 'Error 404 Not Found', 'schema-lite' ); ?></h1>
		</header>
		<div class="post-content">
			<p><?php esc_html_e( 'Oops! We couldn\'t find this Page.', 'schema-lite' ); ?></p>
			<p><?php esc_html_e( 'Please check your URL or use the search form below.', 'schema-lite' ); ?></p>
			<?php get_search_form(); ?>
		</div><!--.post-content-->
	</article>
	<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>