-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
76 lines (60 loc) · 3.01 KB
/
404.html
File metadata and controls
76 lines (60 loc) · 3.01 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
<!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>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Chrysels Group is a leading visual merchandising company in the Gulf.">
<meta name="author" content="mebinjohnson@gmail.com">
<title>Chrysels Group - Breathing life to brands</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!-- Bootstrap core CSS -->
<link href="../vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this page -->
<link
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i"
rel="stylesheet">
<link href="../vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<!-- Custom styles for this page -->
<link href="../css/coming-soon.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target="#navbar" data-offset="50">
<!-- [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] -->
<section class="fdb-block fillscreen">
<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/404.svg">
</div>
<div class="col-12 col-md-6 col-lg-5 ml-md-auto text-left">
<h1>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 btn-secondary mt-4 button" href="http://chrysels.com">Back To Home</a></p>
</div>
</div>
</div>
</section>
<footer class="footer bg-light">
<div class="row mt-5 p-0">
<div class="col text-center">
© 2019 Chrysels Digital LLC. All Rights Reserved
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Custom scripts for this page -->
</body>
</html>