]> git.openstreetmap.org Git - stateofthemap.git/blob - 404.php
Update http -> https img links
[stateofthemap.git] / 404.php
1 <?php get_header(); ?>
2 <?php get_sidebar(); ?>
3         <div id="main">
4
5                 <h1>Error 404 - Not Found</h2>
6                 <p>Sorry, but you are looking for something that isn't here.</p>
7                 <?php include (TEMPLATEPATH . "/searchform.php"); ?>
8
9         </div>
10 </div>
11 <?php get_footer(); ?>