web/wp-content/themes/aparatus/404.php
author ymh <ymh.work@gmail.com>
Mon, 22 Mar 2010 16:36:28 +0100
changeset 5 ac511f1ccc8e
parent 1 0d28b7c10758
permissions -rw-r--r--
add hgignore

<?php get_header();?>
<div class="main-container">
<div class="title-area">
Sorry - the page you're looking for doesn't exist
</div><!--title-area-->
<div class="post-title-big">
<a href="<?php bloginfo('url');?>">Try Going Back Home</a>
</div><!--post-title-big-->
<div class="post-meta-data">
..Or Use the Search Form to the Right..
</div><!--post-meta-data-->
</div><!--main-container-->
<?php get_sidebar();?>
<?php get_footer();?>