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/chateau/404.php
<?php
/**
 * The template for displaying 404 pages (Not Found).
 *
 * @package WordPress
 * @subpackage Chateau
 */
get_header();
?>
	<div id="primary">
		<div id="error404">
			<h1><?php _e( 'Not Found!', 'chateau' ); ?></h1>
			<p><span><?php _e( "What you were looking for doesn't exist or isn't here anymore. We are sorry :(", 'chateau' ); ?></span></p>
			<p><?php printf( __( 'Please <a href="%s" title="&laquo; Return to homepage">return to the home page</a> or use the search box above', 'chateau' ), get_home_url( '/' ) ); ?></p>
		</div>
	</div><!-- end #primary -->
</div><!-- end #page -->
</body>
</html>