26 lines
914 B
PHP
26 lines
914 B
PHP
|
|
<?php get_header(); ?>
|
||
|
|
|
||
|
|
<div id="content-containers">
|
||
|
|
|
||
|
|
<div id="wide-container" class="make-shadow global-radius">
|
||
|
|
|
||
|
|
<div id="wide-content" class="global-radius">
|
||
|
|
|
||
|
|
|
||
|
|
<div class="archives text-center">
|
||
|
|
<h1 class="big-title">404 - Not Found</h1>
|
||
|
|
<h3>The Page You Try To See Cannot Found</h3>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="text-center" style="width:500px; margin: auto;"><?php get_search_form(); ?></div>
|
||
|
|
|
||
|
|
</div><!-- /#wide-content -->
|
||
|
|
|
||
|
|
</div><!-- /#wide-container -->
|
||
|
|
|
||
|
|
<div class="cf"></div>
|
||
|
|
|
||
|
|
</div><!-- /#content-containers -->
|
||
|
|
|
||
|
|
|
||
|
|
<?php get_footer(); ?>
|