2024-09-01 12:13:28 +00:00
|
|
|
<?php include('header.php');?>
|
|
|
|
<!-- start wpo-page-title -->
|
2024-09-02 10:20:25 +00:00
|
|
|
<section class="error-bg">
|
2024-09-01 12:13:28 +00:00
|
|
|
<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 -->
|
2024-09-02 10:20:25 +00:00
|
|
|
<section class="hero-section-s3">
|
2024-09-01 12:13:28 +00:00
|
|
|
<div class="container">
|
2024-09-02 10:20:25 +00:00
|
|
|
<div class="hero-wrap">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-6 col-12">
|
|
|
|
<h4 class="error"><span>Oops!</span><br>
|
|
|
|
We can't seem to find the page you're looking for</h4>
|
|
|
|
<div class="hero-btn"> <a href="index.php" class="apply-btn">Back to Home</a> </div>
|
2024-09-01 12:13:28 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2024-09-02 10:20:25 +00:00
|
|
|
<div class="bg-image"> <img src="assets/images/slider/bg-img.jpg" alt=""> </div>
|
|
|
|
<div class="left-img"> <img src="assets/images/access-images/hero-error.jpg" alt=""> </div>
|
2024-09-01 12:13:28 +00:00
|
|
|
</section>
|
2024-09-02 10:20:25 +00:00
|
|
|
<!-- end error-404-section -->
|
|
|
|
<?php include('footer.php');?>
|