jestro / wordpress-capistrano

Automate your wordpress deploys with capistrano and git

wordpress-capistrano / themes / default / 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(); ?>