initial
[esmvvd.git] / blog / wp-content / themes / vvd / 404.php
1 <?php
2 /**
3  * @package WordPress
4  * @subpackage Default_Theme
5  */
6
7 get_header();
8 ?>
9
10         <div id="content" class="narrowcolumn">
11
12                 <h2 class="center">Error 404 - Not Found</h2>
13
14         </div>
15
16 <?php get_sidebar(); ?>
17
18 <?php get_footer(); ?>