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/light/404.php
<?php get_header();?>

<div id="content">
<h1><?php _e('Error 404'); ?></h1>
  <h2 class="entrytitle"><?php _e('The page you requested is no longer here!'); ?> </h2>
  <p><?php printf( __('Visit the <a href="%s">Home Page</a>'), home_url( '/' ) ); ?></p>
  <p><?php _e('In order to improve our service, can you inform us that someone else has an incorrect link to our site?'); ?></p>
  <p><a href="/contact"><?php _e('Report broken link'); ?></a> </p>
  <p>&nbsp;</p>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>