Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Small update to 404 page
  • Loading branch information
andrewmbacon committed Aug 12, 2015
1 parent 9b7ae07 commit 66e7609
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 26 deletions.
57 changes: 31 additions & 26 deletions 404.php
@@ -1,27 +1,32 @@
<?php
/**
* The template for displaying 404 pages (Not Found).
*
* @package WordPress
*/

get_header(); ?>

<div class="row">
<div class="span12">
<div class="post content clearfix">
<h2 class="page-title">Page Not Found</h2>

<div class="entry">
<p>The page you are looking for has either moved or is no longer available.</p>
<ul>
<li>Click on <a href="<?php echo home_url(); ?>">Home</a> to go to the site homepage</li>
<li>Remember to update any saved links</li>
</ul>
</div><!-- .page-content -->
</div><!-- .page-wrapper -->

</div><!-- #content -->
</div><!-- #primary -->

<?php
/**
* The template for displaying 404 pages (Not Found).
*
* @package WordPress
*/

get_header(); ?>

<div class="row">
<div class="span12">
<div class="post content clearfix">
<h2 class="page-title">Page Not Found</h2>

<div class="entry">
<div class="span-6">
<p>The page you are looking for has either moved or is no longer available.</p>
<ul>
<li>Click on <a href="<?php echo home_url(); ?>">Home</a> to go to the site homepage</li>
<li>Remember to update any saved links</li>
</ul>
</div>
<div class="span6">
<img src="<?php echo get_template_directory_uri();?>/JonathanStill.jpg" alt="photo of puppy"/>
</div>
</div><!-- .page-content -->
</div><!-- .page-wrapper -->

</div><!-- #content -->
</div><!-- #primary -->

<?php get_footer(); ?>
Binary file added JonathanStill.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 66e7609

Please sign in to comment.