-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
106 lines (84 loc) · 3.29 KB
/
Copy path404.html
File metadata and controls
106 lines (84 loc) · 3.29 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!doctype html>
<meta content=#ffa600 name=theme-color>
<meta content=#ffa600 name=msapplication-navbutton-color>
<meta content=#ffa600 name=apple-mobile-web-app-status-bar-style>
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Error 404 | Page Not Found</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="chrysels group, branding company dubai, signage, digital printing, advertising" name="keywords">
<meta content="" name="description">
<meta content="www.mebinjohnson.com" name="author">
<META CONTENT="ISO 3166-2:AE" NAME="geo.region">
<link href="https://www.chrysels.com/404" rel="canonical"/>
<!-- Favicon -->
<link href="/favicon.ico" rel="icon">
<!-- Bootstrap CSS File -->
<link href="/lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="/lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="/lib/animate/animate.min.css" rel="stylesheet">
<link href="/lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="/lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="/css/style.min.css" rel="stylesheet">
<link href="/css/nav-style.min.css" rel="stylesheet">
<script async src="https://cse.google.com/cse.js?cx=007230640540271192603:lie7lmvfpwj"></script>
<script src="/lib/jquery/jquery.min.js"></script>
</head>
<body>
<!-- [if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a
href="https://www.google.com/intl/en_sg/chrome/">upgrade
your browser</a> to improve your experience and security.</p>
<![endif] -->
<header id="header">
<script>
$("#header").load("/nav.html");
$(window).ready(function ($) {
$('li.nav-item a[href*="contact"]').parent('li').addClass('menu-active');
});
</script>
</header>
<!-- End section navbar -->
<main id="main">
<section class="fdb-block" style="min-height: 70vh;">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-6 mb-4 mb-md-0">
<img alt="image" class="img-fluid" src="/img/draws/404.svg">
</div>
<div class="col-12 col-md-6 col-lg-5 ml-md-auto text-left pt-5">
<h1 class="pt-5">OOPS! ERROR 404.</h1>
<p class="lead">The page you're looking for doesn't exist. Please check your address and try
again.</p>
<p><a class="btn" href="/">Back To Home</a></p>
<div class="gcse-searchbox-only"></div>
</div>
</div>
</div>
</section>
</main>
<!--==========================
Footer
============================-->
<div class="footer" id="place-footer">
<script>
$("#place-footer").load("/footer.html");
</script>
</div>
<!-- #footer -->
<!--footer<a class="back-to-top"><i class="fa fa-chevron-up"></i></a>-->
<!-- JavaScript Libraries -->
<script src="/lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="/lib/superfish/hoverIntent.min.js"></script>
<script src="/lib/superfish/superfish.min.js"></script>
<script src="/lib/wow/wow.min.js"></script>
<script src="/lib/touchSwipe/jquery.touchSwipe.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="/js/main.min.js"></script>
<script src="/js/nav-non-landing.min.js"></script>
</body>
</html>