View file Hostc-PHP_v1.0/Hostc-PHP/error.php

File size: 2.72Kb
<!DOCTYPE html>
<html lang="en">

<head>
   <?php
   $title = '|| 404 Error Page';
   include('partials/title-meta.php');
   ?>

   <?php include('partials/head-css.php'); ?>
</head>

<body class="body1">

   <?php include('partials/loader.php'); ?>
   <?php include('partials/header/navbar.php'); ?>
   <?php include('partials/header/mobile-nav.php'); ?>

   <main>
      <!--==== HERO AREA START ==== -->
      <div class="inner-hero1 pt-60" style="background-image: url(assets/img/bg/inner-hero1-bg.jpg);">
         <div class="container">
            <div class="row align-items-center">
               <div class="col-md-5">
                  <div class="main-heading1">
                     <h1>404 Error Page</h1>
                     <div class="breadcrumbs-pages">
                        <ul>
                           <li><a href="index.php">Home</a></li>
                           <li class="angle"><i class="fa-solid fa-angle-right"></i></li>
                           <li>404 Error Page</li>
                        </ul>
                     </div>
                  </div>
               </div>
               <div class="col-md-7">
                  <div class="images">
                     <img src="assets/img/images/inner-hero-image1.png" alt="">
                  </div>
               </div>
            </div>
         </div>
         <div class="sec-shape">
            <img src="assets/img/shapes/inner-hero-shape.png" alt="">
         </div>
      </div>
      <!--==== HERO AREA END ==== -->

      <!--==== ERROR AREA START ==== -->
      <div class="error-page-sec sp">
         <div class="container">
            <div class="row">
               <div class="col-lg-8 m-auto text-center">
                  <div class="image">
                     <img src="assets/img/images/error.png" alt="">
                  </div>
                  <div class="heading1 mt-30">
                     <h2>Oops!! Page Not Found</h2>
                     <p class="mt-16">While you're here, why not check out some of our top-notch web hosting services? Whether you're just starting a new website or looking to upgrade your current hosting, we offer solutions tailored to your needs.</p>
                     <div class="button mt-30">
                        <a href="index.php" class="theme-btn1 btn_theme_active1 mt_40 wow fadeInDown" data-wow-duration="0.8s">Back To Home Page <span></span></a>
                     </div>
                  </div>
               </div>
            </div>
         </div>
      </div>
      <!--==== ERROR AREA END ==== -->
   </main>

   <?php include('partials/footer.php'); ?>

   <?php include('partials/footer-scripts.php'); ?>

</body>

</html>