contact page and error page created
This commit is contained in:
25
404.php
25
404.php
@ -1,6 +1,6 @@
|
||||
<?php include('header.php');?>
|
||||
<!-- start wpo-page-title -->
|
||||
<section class="404-bg">
|
||||
<section class="error-bg">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col col-xs-12">
|
||||
@ -15,21 +15,20 @@
|
||||
<!-- end page-title -->
|
||||
|
||||
<!-- start error-404-section -->
|
||||
<section class="error-404-section section-padding">
|
||||
<section class="hero-section-s3">
|
||||
<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 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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end row -->
|
||||
</div>
|
||||
<!-- end container -->
|
||||
<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>
|
||||
</section>
|
||||
<!-- end error-404-section -->
|
||||
<?php include('footer.php');?>
|
||||
<!-- end error-404-section -->
|
||||
<?php include('footer.php');?>
|
Reference in New Issue
Block a user