Access_Website/404.php
2024-09-01 17:58:28 +05:45

35 lines
1012 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php include('header.php');?>
<!-- start wpo-page-title -->
<section class="404-bg">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="wpo-breadcumb-wrap hero-breadcrumb">
<h2>Access Education Network</h2>
<h3>Error Page</h3>
</div>
</div>
</div>
</div>
</section>
<!-- end page-title -->
<!-- start error-404-section -->
<section class="error-404-section section-padding">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="content clearfix">
<div class="error-message">
<h3>404</h3>
<h4>were sorry page not found</h4>
<a href="index.php" class="apply-btn">Back To Home</a> </div>
</div>
</div>
</div>
<!-- end row -->
</div>
<!-- end container -->
</section>
<!-- end error-404-section -->
<?php include('footer.php');?>