File: /home/imensosw/www/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>