Current File : /home/itiffy/silverservice.melbourne/wp-content/themes/silverservice/404.php
<?php
get_header();
?>
    <?php include_once('top.php'); ?>
           
    <!-- BANNER SECTION -->
       <div class="inner-banner-section clearfix" style="background:url('<?php bloginfo('template_directory'); ?>/images/fleet-banner.jpg') no-repeat center / cover;"> </div>
    <!-- /BANNER SECTION -->

    <!-- CONTENT SECTION -->
    <div class="about-section clearfix">
      <div class="container">
        <div class="section01 clearfix">
          <h2>Page not found!</h2>
          <h6>Please give right link.</h6>
        </div>
      </div>
    </div>
     
    <!--Footer start-->   
    <?php get_footer(); ?>
    
	<?php include_once('commonJs.php');  ?>
</body>
</html>