source: trunk/www.guidonia.net/wp/wp-content/themes/wma/404.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 381 bytes
Line 
1<?php get_header(); ?>
2
3 <!-- Post -->
4 <div class="post">
5 <div class="post-title">
6 <h2>Not Found</h2>
7 </div>
8 <div class="post-entry">
9 <p>Sorry, but you are looking for something that isn't here.</p>
10 </div>
11 </div>
12 <!-- /Post -->
13
14 <div class="clear"></div>
15
16 </div>
17 <!-- /Content -->
18
19<?php get_sidebar(); ?>
20<?php get_footer(); ?>
Note: See TracBrowser for help on using the repository browser.