Newer
Older
Import / web / www.xiaofrog.com / wordpress / wp-content / themes / FastTrack / 404.php
	<?php get_header();?>	
	<div id="content">
		<div class="post">
			<div class="post-title"><em>404</em><?php echo date('d M Y h:i a'); ?></div>
			<p class="post-info">Oooops...Not Found</p>
			<div class="post-content">
				<p>The Page / Post you are looking for, is not found on this web server.</p>
				<p>The Server has tried everything possible, before returning this message.</p>
				<p>May be, you should try searching on this website, or browsing through the archives.<br/>Thanks.</p>
			</div>			
		</div>			
	</div>
	<?php get_sidebar(); ?>	
<?php get_footer()?>