-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.html
169 lines (167 loc) · 9.1 KB
/
error.html
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Engine</title>
<link rel='icon' href='assets/favicon/favicon-16.png' sizes='16x16'>
<link rel='icon' href='assets/favicon/favicon-32.png' sizes='32x32'>
<link rel='icon' href='assets/favicon/favicon-48.png' sizes='48x48'>
<link rel='icon' href='assets/favicon/favicon-64.png' sizes='64x64'>
<link rel='icon' href='assets/favicon/favicon-128.png' sizes='128x128'>
<link rel='apple-touch-icon-precomposed' sizes='60×60″ href='assets/favicon/apple-touch-icon-60×60-precomposed.png'>
<link rel='apple-touch-icon-precomposed' sizes='72×72″ href='assets/favicon/apple-touch-icon-72×72-precomposed.png'>
<link rel='apple-touch-icon-precomposed' sizes='76×76″ href='assets/favicon/apple-touch-icon-76×76-precomposed.png'>
<link rel='apple-touch-icon-precomposed' sizes='114×114″ href='assets/favicon/apple-touch-icon-114×114-precomposed.png'>
<link rel='apple-touch-icon-precomposed' sizes='120×120″ href='assets/favicon/apple-touch-icon-120×120-precomposed.png'>
<link rel='apple-touch-icon-precomposed' sizes='144×144″ href='assets/favicon/apple-touch-icon-144×144-precomposed.png'>
<link rel='apple-touch-icon-precomposed' sizes='152×152″ href='assets/favicon/apple-touch-icon-152×152-precomposed.png'>
<link rel='apple-touch-icon-precomposed' href='assets/favicon/apple-touch-icon-iphone-precomposed.png'>
<link rel='apple-touch-icon' href='assets/favicon/apple-touch-icon-iphone.png'>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.5">
<!-- Framework Css -->
<link rel="stylesheet" type="text/css" href="assets/css/lib/bootstrap.min.css">
<!-- Font Awesome / Icon Fonts -->
<link rel="stylesheet" type="text/css" href="assets/css/lib/font-awesome.min.css">
<!-- Owl Carousel / Carousel- Slider -->
<link rel="stylesheet" type="text/css" href="assets/css/lib/owl.carousel.min.css">
<!-- Animations -->
<link rel="stylesheet" type="text/css" href="assets/css/lib/animations.min.css">
<!-- Style Theme -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<!-- Light Style Theme -->
<link rel="stylesheet" type="text/css" href="assets/css/light.css">
<!-- Responsive Theme -->
<link rel="stylesheet" type="text/css" href="assets/css/responsive.css">
<!-- Google Tag Manager -->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MT6DCKQ');
</script>
<!-- End Google Tag Manager -->
</head>
<body class="error-page">
<div class="wrapper">
<!--===================== Header ========================-->
<header class="transparent">
<div class="container">
<div class="row">
<div class="col-md-2">
<div class="logo"><a href="index.html"><img src="assets/images/logo-light.png" alt="logo"></a></div>
</div>
<div class="col-md-7">
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="service.html">Service</a></li>
<li><a href="order.html">Order</a></li>
<li><a href="list.html">Blog</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<div class="col-md-3">
<div class="button-header">
<a href="signin.html" class="custom-btn login">Login</a>
<a href="signup.html" class="custom-btn">Sign Up</a>
</div>
</div>
</div>
</div>
<div class="mobile-block">
<div class="logo-mobile"><a href="index.html"><img src="assets/images/logo.svg" alt="logo"></a></div>
<a href="error.html#" class="mobile-menu-btn"><span></span></a>
<div class="mobile-menu">
<div class="inside">
<div class="logo">
<a href="index.html"><img src="assets/images/logo.svg" alt="logo"></a>
</div><!--logo-->
<ul class="menu panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="service.html">About Us</a></li>
<li><a href="order.html">About Us</a></li>
<li><a href="list.html">Blog</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul><!--menu-->
<div class="button-header">
<a href="signin.html" class="custom-btn login">Login</a>
<a href="signup.html" class="custom-btn">Sign Up</a>
</div><!--button-header-->
</div><!--inside-->
</div><!--mobile-menu-->
</div>
</header>
<!--===================== End of Header ========================-->
<div class="container inside text-center animatedParent">
<h2 class="animated bounceInLeft">404</h2>
<h4 class="animated bounceInRight delay-550">Something Going Wrong</h4>
<p class="animated bounceInRight delay-550">page you are looking for is not found</p>
</div>
<!--===================== Footer ========================-->
<footer>
<div class="container">
<div class="widget-footer">
<h4>Product</h4>
<ul>
<li><a href="../service-page/index.html">Web Hosting</a></li>
<li><a href="../service-page/index.html">Shared Hosting</a></li>
<li><a href="../service-page/index.html">Dedicated Server</a></li>
<li><a href="../service-page/index.html">Private Cloud</a></li>
</ul>
</div><!--widget-footer-->
<div class="widget-footer">
<h4>Company</h4>
<ul>
<li><a href="../about/index.html">About Us</a></li>
<li><a href="../service-page/index.html">Careers</a></li>
<li><a href="../blog-list/index.html">Blog</a></li>
<li><a href="../contact/index.html">Contact</a></li>
</ul>
</div><!--widget-footer-->
<div class="widget-footer">
<h4>Support</h4>
<ul>
<li><a href="service-page.html">FAQ</a></li>
<li><a href="../contact/index.html">Contact Us</a></li>
</ul>
</div><!--widget-footer-->
<div class="widget-footer">
<h4>Contact Us</h4>
<ul>
<li><a href="index.html#">+123-333-123</a></li>
<li><a href="index.html#">[email protected]</a></li>
</ul>
</div><!--widget-footer-->
<div class="widget-footer last">
<a href="../index.html"><img src="assets/images/logo-light.png" alt="logo"></a>
<p>There are many variations of passages of Lorem Ipsum </p>
<ul class="social-icon">
<li><a href="index.html#"><i class="fa fa-facebook"></i></a></li>
<li><a href="index.html#"><i class="fa fa-instagram"></i></a></li>
<li><a href="index.html#"><i class="fa fa-youtube"></i></a></li>
</ul>
</div><!--widget-footer-->
<div class="copyright">
<p>© Copyright 2017 Hosting, All Rights Reserved</p>
</div><!--copyright-->
</div>
</footer>
<!--===================== End of Footer ========================-->
</div><!--wrapper-->
<script src="assets/js/lib/jquery.js"></script>
<script src="assets/js/lib/bootstrap.min.js"></script>
<script src="assets/js/lib/owl.carousel.min.js"></script>
<script src="assets/js/lib/css3-animate-it.js"></script>
<script src="assets/js/lib/counter.js"></script>
<script src="assets/js/main.js"></script>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MT6DCKQ"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Start of fruitfulcode Zendesk Widget script -->
<script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=d528a83e-80fd-473c-b1a7-66bc4a26548d"> </script>
<!-- End of fruitfulcode Zendesk Widget script -->
</body>
</html>