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/theflexguys.com/baronconstruct/wp-content/themes/liquorice/404.php
<?php
/**
 * The template for displaying 404 pages (Not Found).
 *
 * @package WordPress
 * @subpackage Liquorice
 */

get_header(); ?>

	<div id="primary-content">
		<div class="error-page">
			<h1><span><?php _e( 'Area 404', 'liquorice' ); ?></span><br /> <?php _e( 'Nonexistent Area', 'liquorice' ); ?></h1>
			<div class="entry">
				<p><strong><?php _e( 'This is  a restricted area. No trespassing beyond this point. This place does not exist. You were never here.', 'liquorice' ); ?></strong><br /></p>
				<dl>
					<dt><?php _e( 'Leave now by either:', 'liquorice' ); ?></dt>
 					<dd><?php printf( __( 'Going <a href="%s">HOME</a> or try doing a Search.', 'liquorice' ), home_url( '/' ) ); ?></dd>
 				</dl>
				<?php get_search_form(); ?>
			</div><!-- .entry -->
		</div><!-- .error-page -->
	</div><!-- #primary-content -->

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