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/theflexguy.com/wp-content/themes/neoclassical/404.php
<?php get_header(); ?>

	<div id="content_box">
	
		<div id="left_box">
	
			<div id="content" class="page">
			
				<div id="content_inner">
					<h1>404! Danger, Will Robinson!</h1>
					<div class="format_text">
						<p>Somehow, you ended up in the wrong place, but don't worry! Instead, try one of the following:</p>
						<ul>
							<li>Hit the "back" button on your browser.</li>
							<li>Head on over to the <a href="<?php bloginfo('url'); ?>">home page</a>.</li>
							<li>Use the navigation menu at left.</li>
							<li>Click on a link in either sidebar.</li>
							<li>Try searching using the form in the sidebar.</li>
							<li>Punt.</li>
						</ul>
					</div>
				</div>
			</div>
		
			<?php include (TEMPLATEPATH . '/left_bar.php'); ?>
		
		</div>

		<?php get_sidebar(); ?>
		
	</div>

<?php get_footer(); ?>