MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/imensosw/public_html/imenso.co/dev/swemanda/404.php
<!doctype html>
<html lang="en">
  <head>
    <?php include "header.php" ?>
  </head>
  <body>
    <?php include "top-menu.php" ?>

    <div class="content-section page-404">
      <div class="container">
        <div class="row no-gutters">
          <div class="col-sm-6 offset-sm-6 text-right">
            <div class="inline text-left burger">
              <h1>404</h1>
              <h5>Oops, Page Not Found!</h5>
              <a href="index.php" class="btn btn-primary">GO TO HOME</a>          
            </div>
          </div>
        </div>
      </div>
    </div>
    <!-- Optional JavaScript -->
    <!-- jQuery first, then Popper.js, then Bootstrap JS -->

    <?php include "footer.php" ?>
    
    <script type="text/javascript">    
      var swiper = new Swiper('.swiper-banner', {
        pagination: {
          el: '.swiper-pagination',
          clickable: true,
        },
      });
    </script>
  </body>
</html>