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/vermilion-christmas/404.php
<?php header("HTTP/1.1 404 Not Found"); ?>
<?php get_header(); ?>

<div id="content">
	<h2><?php _e( 'Hi there! You seem to be lost...', 'vermilionchristmas' ); ?></h2>
	<p><?php _e( "The address you tried going to doesn't exist on our blog. Don't worry. It's possible that the page you're looking for has been moved to a different address or you may have mis-typed the address.", 'vermilionchristmas' ); ?></p>
	<p><?php _e( "You may want to search for what you're looking for:", 'vermilionchristmas' ); ?></p>
	<?php get_search_form(); ?>
</div>

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