Current File : /home/itiffy/rockyjohnsonconcrete.com/wp-content/themes/rockyjohnson/404.php
<?php
get_header();
?>

    <?php include_once('top.php'); ?>
           
    <div class="content">
       <div class="top_text_sec section">
            <div class="container">
            	<div class="heading">
                	<h3>Oooops 404 error!!</h3>
                    <p>It looks like nothing was found at this location.</p>
                </div>
           </div>
       </div><!--top_text_sec end-->
    </div><!--Content end-->
     
    <!--Footer start-->   
    <?php get_footer(); ?>
    
	<?php include_once('commonJs.php'); ?>
</body>
</html>