public
Description: a wordpress theme for me
Homepage: http://blowery.org/
Clone URL: git://github.com/blowery/rococo.git
rococo / 404.php
100644 10 lines (10 sloc) 0.408 kb
1
2
3
4
5
6
7
8
9
10
<?php header("HTTP/1.1 404 Not Found"); ?>
<?php header("Status: 404 Not Found"); ?>
<?php get_header(); ?>
<h1 class="entry-title">Where did I put that...</h1>
<div class="entry-content">
<p>Sorry, I can't seem to find what you're looking for. Try using the search box down there in the footer,
or check out the <a href="/archives">archives</a>.</p>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>