AlkantarClanX12

Your IP : 18.119.107.159


Current Path : /home/thanudqk/www/wordpress_leaderboard/wp-content/themes/fast-press/
Upload File :
Current File : /home/thanudqk/www/wordpress_leaderboard/wp-content/themes/fast-press/404.php

<?php
/**
 * The template for displaying 404 pages (not found)
 */
get_header(); ?>
	<div class="content-area">
			<section class="error-404 not-found">
				<header class="page-header"> </header><!-- .page-header -->
				<p><?php esc_html_e( 'Error 404', 'fast-press' ); ?></p>
				<div class="page-content">
					<p class="cont-404"><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'fast-press' ); ?></p>
					<?php get_search_form( 'search-form' ); ?>
				</div><!-- .page-content -->
			</section><!-- .error-404 -->
	</div><!-- #primary -->
<?php
get_footer();