File "404.php"

Full Path: /home/refref/public_html/plugins/wordfence/wp-post-to-pdf-enhanced-cache/knowhow/404.php
File size: 716 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * The template for displaying 404 pages (Not Found).
**/
?>
<?php get_header(); ?>

<!-- #primary -->
<div id="primary" class="sidebar-off container clearfix"> 
<!-- .container -->
<div class="container">

  <!-- #content --> 
  <section id="content" role="main">
  
  <!-- #page-header -->
<header id="page-header">
	<h1 class="page-title"><?php _e( 'Oops! That page can&rsquo;t be found.', 'framework' ); ?></h1>
	<p><?php _e( 'It looks like nothing was found at this location. Maybe try a search above?', 'framework' ); ?></p>
</header>
<!-- /#page-header -->


</section>
<!-- /#content-->
  
</div>
<!-- .container --> 
</div>
<!-- /#primary--> 

<?php get_footer(); ?>