git-svn-id: https://192.168.0.254/svn/Proyectos.Afetec_Web/trunk@2 828b2857-b6d9-ce4d-95e2-bbc4707c23a3
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(); ?>
|