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

<!--SLIDER-->
<?php if ( is_home() ) { ?>
<div id="slider_wrap">
    <div class="center">
    <div id="slides"><?php get_template_part('easyslider'); ?></div>
    </div>
</div>
    	<?php }?>

<!--CONTENT-->
<div id="content">

<div class="center">
    <div id="content_wrap" class="error_page">
            <!--404 Error-->
            <div class="fourofour"><label><a>404</a></label></div>
            <div class="post">
            <h2><?php _e('Page Not Found', 'triton'); ?></h2>
            <div class="error_msg">
            <p><label><?php _e('Server cannot find the file you requested. File has either been moved or deleted, or you entered the wrong URL or document name. Look at the URL. If a word looks misspelled, then correct it and try it again. If that doesnt work You can try our search option to find what you are looking for.', 'triton'); ?></label></p>
            <?php get_search_form(); ?>
            </div>
        </div>     
                
            </div> 
</div>
</div>

<?php get_footer(); ?>