HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/martyknows.com/wp-content/themes/imbalance2/404.php
<?php
/**
 * @package Imbalance 2
 */
?>
<?php get_header(); ?>

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

		<div id="post-0" class="post error404 not-found">
			<h1 class="entry-title"><?php _e( "404! We couldn't find the page!", 'imbalance2' ); ?></h1>
			<div class="entry-content">
				<p><?php _e( "The page you've requested can not be displayed. It appears you've missed your intended destination, either through an outdated link, or a typo in the page you were hoping to reach.", 'imbalance2' ); ?></p>
				<p><?php _e( 'If you were looking for specific content, please try searching for it in the search box below.', 'imbalance2' ); ?></p>
				<div id="page_search">
					<?php get_search_form(); ?>
				</div>
				<p><a href="<?php echo home_url( '/' ); ?>"><?php _e( 'Back to Homepage', 'imbalance2' ); ?></a><br /></p>
			</div><!-- .entry-content -->
		</div><!-- #post-0 -->

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

<?php get_footer(); ?>