-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
194 lines (167 loc) · 8.82 KB
/
404.html
File metadata and controls
194 lines (167 loc) · 8.82 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
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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Document Title -->
<title>BizBlog</title>
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png">
<!--==== Google Fonts ====-->
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500%7CSpectral:400,400i,500,600,700" rel="stylesheet">
<!-- CSS Files -->
<!--==== Bootstrap css file ====-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!--==== Font-Awesome css file ====-->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!--==== Animate CSS ====-->
<link rel="stylesheet" href="assets/plugins/animate/animate.min.css">
<!--==== Owl Carousel ====-->
<link rel="stylesheet" href="assets/plugins/owl-carousel/owl.carousel.min.css">
<!--==== Magnific Popup ====-->
<link rel="stylesheet" href="assets/plugins/magnific-popup/magnific-popup.css">
<!--==== Style css file ====-->
<link rel="stylesheet" href="assets/css/style.css">
<!--==== Responsive css file ====-->
<link rel="stylesheet" href="assets/css/responsive.css">
<!--==== Custom css file ====-->
<link rel="stylesheet" href="assets/css/custom.css">
</head>
<body>
<!-- Preloader -->
<div class="preloader">
<div class="preload-img">
<div class="spinnerBounce">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
</div>
<!-- End of Preloader -->
<!-- Nav Search Box -->
<div class="nav-search-box">
<form>
<div class="input-group">
<input type="text" class="form-control" placeholder="eg. feel the love and …">
<span class="b-line"></span>
<span class="b-line-under"></span>
<div class="input-group-append">
<button type="button" class="btn">
<img src="assets/images/search-icon.svg" alt="" class="img-fluid svg">
</button>
</div>
</div>
</form>
</div>
<!-- End of Nav Search Box -->
<!-- Header -->
<header class="header">
<div class="header-fixed">
<div class="container-fluid pl-120 pr-120 position-relative">
<div class="row d-flex align-items-center">
<div class="col-lg-3 col-md-4 col-6">
<!-- Logo -->
<div class="logo">
<a href="#"><img src="assets/images/logo.png" alt="" class="img-fluid"></a>
</div>
<!-- End of Logo -->
</div>
<div class="col-lg-9 col-md-8 col-6 d-flex justify-content-end position-static">
<!-- Nav Menu -->
<div class="nav-menu-cover">
<ul class="nav nav-menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="menu-item-has-children"><a href="#">Blog</a>
<ul class="sub-menu">
<li class="menu-item-has-children"><a href="#">Blog List</a>
<ul class="sub-menu">
<li><a href="blog-list-sidebar.html">List Sidebar</a></li>
<li><a href="blog-list-full-width.html">List Full Width</a></li>
<li><a href="blog-grid-sidebar.html">Grid Sidebar</a></li>
<li><a href="blog-grid-2-col.html">Grid v2</a></li>
<li><a href="blog-grid-3-col.html">Grid v3</a></li>
<li><a href="blog-overlay.html">Blog Overlay</a></li>
<li><a href="blog-card-v1.html">Blog Card v1</a></li>
<li><a href="blog-card-v2.html">Blog Card v2</a></li>
</ul>
</li>
<li class="menu-item-has-children"><a href="#">Blog Details</a>
<ul class="sub-menu">
<li><a href="blog-details.html">Default Style</a></li>
<li><a href="blog-details-full-width.html">Full Width</a></li>
<li><a href="blog-details-video.html">Video Post</a></li>
<li><a href="blog-details-slide.html">Slide Post</a></li>
<li><a href="blog-details-audio.html">Audio Post</a></li>
</ul>
</li>
</ul>
</li>
<li class="menu-item-has-children"><a href="#">Pages </a>
<ul class="sub-menu">
<li><a href="categories.html">Categories</a></li>
<li><a href="search-result.html">Search Results</a></li>
<li><a href="404.html">404 Error</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!-- End of Nav Menu -->
<!-- Mobile Menu -->
<div class="mobile-menu-cover">
<ul class="nav mobile-nav-menu">
<li class="search-toggle-open">
<img src="assets/images/search-icon.svg" alt="" class="img-fluid svg">
</li>
<li class="search-toggle-close hide">
<img src="assets/images/close.svg" alt="" class="img-fluid">
</li>
<li class="nav-menu-toggle">
<img src="assets/images/menu-toggler.svg" alt="" class="img-fluid svg">
</li>
</ul>
</div>
<!-- End of Mobile Menu -->
</div>
</div>
</div>
</div>
</header>
<!-- End of Header -->
<div class="container container-404 text-center d-flex align-items-center">
<div class="data">
<h1>404</h1>
<h2>Page Not Found!</h2>
<p>The page you are looking for was moved, removed, renamed or never existed. Please check the url or go to <a href="index.html">Main Page.</a></p>
<form class="search-form">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search">
<div class="input-group-append">
<button class="btn"><img src="assets/images/search-icon.svg" alt="" class="img-fluid svg"></button>
</div>
</div>
</form>
</div>
</div>
<!-- Back to Top Button -->
<div class="back-to-top d-flex align-items-center justify-content-center">
<span><i class="fa fa-long-arrow-up"></i></span>
</div>
<!-- End of Back to Top Button -->
<!-- JS Files -->
<!-- ==== JQuery 1.12.1 js file ==== -->
<script src="assets/js/jquery-1.12.1.min.js"></script>
<!-- ==== Bootstrap js file ==== -->
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- ==== Owl Carousel ==== -->
<script src="assets/plugins/owl-carousel/owl.carousel.min.js"></script>
<!-- ==== Magnific Popup ==== -->
<script src="assets/plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- ==== Script js file ==== -->
<script src="assets/js/scripts.js"></script>
<!-- ==== Custom js file ==== -->
<script src="assets/js/custom.js"></script>
</body>
</html>