roots 3.0.0

This commit is contained in:
Ben Word
2011-03-27 13:46:21 -06:00
commit 8e177235ff
89 changed files with 7989 additions and 0 deletions

18
404.php Normal file
View File

@@ -0,0 +1,18 @@
<?php get_header(); ?>
<div id="content" class="span-24">
<div id="main" role="main">
<div class="container">
<h1>File Not Found</h1>
<div class="error">
<p class="bottom">The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.</p>
</div>
<p>Please try the following:</p>
<ul>
<li>Check your spelling</li>
<li>Return to the <a href="<?php echo home_url(); ?>/">home page</a></li>
<li>Click the <a href="javascript:history.back()">Back</a> button</li>
</ul>
</div>
</div><!-- /#main -->
</div><!-- /#content -->
<?php get_footer(); ?>