35 lines
1012 B
PHP
35 lines
1012 B
PHP
|
<?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>we’re 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');?>
|