Mini Shell
| Direktori : /home/mhcadmin/www/ |
|
|
| Current File : //home/mhcadmin/www/404-error-page.php |
<!DOCTYPE html>
<html class="wide wow-animation" lang="en">
<?php
include_once('includes/Header.php');
?>
<a class="d-block" href="" target="blank"><img class="d-block w-100" src="images/MHCB1.jpg" height="200"></a>
<!-- Section Gallery-->
<section class="section section-variant-1 bg-gray-100 text-center">
<div class="container">
<div class="row row-30 justify-content-center">
<div class="col-xl-10"><span class="icon-xl icon-gray-400 mdi mdi-emoticon-sad"></span>
<h2><span class="text-primary">Oops!</span> No Record found</h2>
<p class="big text-gray-800">Sorry no record was found here or the page may have moved.</p><a class="button button-lg button-primary" href="./">Go to home page</a>
</div>
</div>
</div>
</section>
<!-- Page Footer-->
<?php
include_once('includes/Footer.php');
?>
</body>
</html>