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/bueno/404.php
<?php
/**
 * The template for displaying 404 pages (Not Found).
 *
 * @package bueno
 */

get_header(); ?>

	<div id="primary" class="page404 span12">
		<div class="hentry">
			<div class="error404-num">404</div>
			<div>
		      <hgroup>
		        <h1><?php _e( 'Sorry!', 'bueno' ); ?></h1>
		        <h2><?php _e( 'Page Not Found', 'bueno' ); ?></h2>
		      </hgroup>
		      <h6><?php _e( 'The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.', 'bueno' ); ?></h6>
		      <p><?php _e( 'Please try using our search box below to look for information on the internet.', 'bueno' ); ?></p>
		      <?php get_search_form(); /* outputs the default Wordpress search form */ ?>
		    </div>
		</div>
	</div><!-- #primary -->

<?php get_footer(); ?>