mbleigh / bleightiful

The WordPress theme I hastily crafted for my personal site.

This URL has Read+Write access

bleightiful / 404.php
100644 11 lines (6 sloc) 0.171 kb
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(); ?>