deplorableword / redprint

A default WordPress template which is focused on speed and simplicity.

James Braithwaite (author)
Tue Jun 30 09:25:56 -0700 2009
redprint / 404.php
100644 20 lines (11 sloc) 0.4 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php get_header(); ?>
 
<div id="page">
 
<div class="column span-9 first" id="maincontent">
 
<div class="content">
 
<h2>Error 404 - Not Found</h2>
<p>Yikes. Something went wrong &mdash; the page you are looking for doesn't exist. Maybe you mistyped the URL?</p>
 
</div> <!-- /content -->
</div> <!-- /maincontent-->
 
<?php get_sidebar(); ?>
 
</div> <!-- /page -->
 
<?php get_footer(); ?>