summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/home/404.php
blob: 01a8e8a617e65e66fcfb87d1a513ee3dc511fb35 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php get_header(); ?>

	<div id="content" class="narrowcolumn">

		<h2 class="center">Error 404 - Not Found</h2>

	</div>

<?php get_sidebar(); ?>

<?php get_footer(); ?>