HEX
Server: Apache
System: Linux p3plzcpnl489499.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: dwauav0tm6jp (6177017)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/dwauav0tm6jp/hosted/jeffreyjhart_com/wp-content/themes/skylab-old/404.php
<?php
/**
 * The template for displaying 404 pages (Not Found).
 *
 * @package WordPress
 * @subpackage Skylab
 * @since Skylab 1.0
 */

get_header(); ?>

	<div id="main" class="clearfix">

	<div id="primary">
		<div id="content" role="main">

			<article id="post-0" class="post error404 not-found">
				<header class="entry-header">
					<h1 class="entry-title"><?php _e( '404', 'mega' ); ?></h1>
				</header>

				<div class="entry-content">
					<h2><?php _e( 'Unfortunately the page you tried to access was unavailable due to an error.', 'mega' ); ?></h2>
					
					<p>
					<?php _e( 'Please', 'mega' ); ?>
						<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home" id="back">
							<?php _e( 'click here', 'mega' ); ?>
							<?php _e( 'to return to the homepage.', 'mega' ); ?>
						</a>
					</p>
				</div><!-- .entry-content -->
			</article><!-- #post-0 -->

		</div><!-- #content -->
	</div><!-- #primary -->