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/chaostheory/404.php
<?php
/**
 * @package ChaosTheory
 */
?>
<?php get_header(); ?>

	<div id="container">
		<div id="content">
			<div id="post-0" class="post">
				<h2 class="post-title"><?php _e( 'Not Found', 'chaostheory' ); ?></h2>
				<div class="post-entry">
					<p><?php _e( 'Apologies, but we were unable to find what you were looking for. Perhaps the search box will help.', 'chaostheory' ); ?></p>
				</div>
			</div><!-- .post -->
			<form id="searchform" method="get" action="<?php echo home_url(); ?>">
				<div>
					<input id="s" name="s" type="text" value="<?php the_search_query(); ?>" tabindex="1" size="40" />
					<input id="searchsubmit" name="searchsubmit" type="submit" value="<?php esc_attr_e( 'Find &raquo;', 'chaostheory' ); ?>" tabindex="2" />
				</div>
			</form>
		</div><!-- #content .hfeed -->
	</div><!-- #container -->

<?php get_sidebar(); ?>
<?php get_footer(); ?>