-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
57 lines (50 loc) · 1.64 KB
/
404.html
File metadata and controls
57 lines (50 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
permalink: /404.html
layout: application
---
<div class="page-wrapper">
<!-- Preloader -->
<!-- <div class="preloader"></div> -->
<!-- Header span -->
<span class="header-span"></span>
<!--Page Title-->
<section
class="page-title"
style="background-image: url(images/compressed/nairobi.jpg)"
>
<div class="auto-container">
<h1>Error Page</h1>
<ul class="bread-crumb clearfix">
<li><a href="{{ 'index.html' | relative_url}}">Home</a></li>
<li>Error Page</li>
</ul>
</div>
</section>
<!--End Page Title-->
<!--Error Section-->
<section class="error-section">
<div class="anim-icons full-width">
<span class="icon icon-dots wow fadeInleft"></span>
<span class="icon icon-circle-1 wow zoomIn"></span>
</div>
<div class="auto-container">
<div class="error-title">404</div>
<h4>Page not Found</h4>
<div class="text">
Sorry, we couldn't find the page you're looking for
</div>
<a href="{{ '/index' | relative_url }}" class="theme-btn btn-style-two"
><span class="btn-title">Home Page</span></a
>
<a href="{{ '/contact' | relative_url }}" class="theme-btn btn-style-two"
><span class="btn-title">Contact Us</span></a
>
</div>
</section>
<!--Error Section-->
</div>
<!--End pagewrapper-->
<!--Scroll to top-->
<div class="scroll-to-top scroll-to-target" data-target="html">
<span class="fa fa-angle-double-up"></span>
</div>