web/wp-content/themes/aparatus/404.php
changeset 1 0d28b7c10758
equal deleted inserted replaced
0:0d9a58d2c515 1:0d28b7c10758
       
     1 <?php get_header();?>
       
     2 <div class="main-container">
       
     3 <div class="title-area">
       
     4 Sorry - the page you're looking for doesn't exist
       
     5 </div><!--title-area-->
       
     6 <div class="post-title-big">
       
     7 <a href="<?php bloginfo('url');?>">Try Going Back Home</a>
       
     8 </div><!--post-title-big-->
       
     9 <div class="post-meta-data">
       
    10 ..Or Use the Search Form to the Right..
       
    11 </div><!--post-meta-data-->
       
    12 </div><!--main-container-->
       
    13 <?php get_sidebar();?>
       
    14 <?php get_footer();?>