Error Page added

This commit is contained in:
sujan
2024-09-01 17:58:28 +05:45
parent 1bc9794605
commit 345f36427b
29 changed files with 139 additions and 14259 deletions

35
404.php Normal file
View File

@ -0,0 +1,35 @@
<?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');?>