-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
executable file
·188 lines (187 loc) · 8.84 KB
/
404.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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html lang="en">
<head>
<title>Angles - Multipurpose One & Multi Page HTML5 template - ThemeForest</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="images/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<!-- Google Fonts -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="css/font-awesome.css">
<!-- Font Awesome CSS -->
<link rel="stylesheet" type="text/css" href="css/animate.css">
<!-- animate CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Style CSS -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Responsive CSS -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<!--PRELOADER START-->
<div class="preloader">
<div class="preloader-bounce">
<div class="pl-child pl-double-bounce1"></div>
<div class="pl-child pl-double-bounce2"></div>
</div>
<h3>Angles</h3>
</div><!--/.preloader-->
<!--PRELOADER END-->
<!--HEADER START-->
<header id="header">
<div class="container-fluid">
<div class="navbar">
<div class="logo">
<span><a href="index.html" id="logo"><img src="images/logo.png" alt="Angles"></a></span>
</div><!--/.logo-->
<div class="navigation-row">
<nav id="navigation">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<i class="fa fa-bars"></i>
</button>
<div class="nav-box navbar-collapse collapse">
<ul class="navigation-menu nav navbar-nav navbar-right navbars">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="work.html">Work</a>
<ul>
<li><a href="work-masonry-2column.html">Portfolio 2 column <span class="label label-primary">NEW</span></a></li>
<li><a href="work-masonry-3column.html">Portfolio 3 column <span class="label label-primary">NEW</span></a></li>
<li><a href="work-masonry-fullwidth.html">Portfolio fullwidth <span class="label label-primary">NEW</span></a></li>
<li><a href="project-details.html">Project Single <span class="label label-primary">NEW</span></a></li>
</ul>
</li>
<li><a href="#">Pages</a>
<ul>
<li><a href="team.html">Team</a></li>
<li><a href="elements.html">Elements</a></li>
<li><a href="login.html">Login & Register</a></li>
<li><a href="404.html">404 Page 01</a></li>
<li><a href="404-v2.html">404 Page 02 <span class="label label-primary">NEW</span></a></li>
<li><a href="coming-soon.html">Coming Soon <span class="label label-primary">NEW</span></a></li>
<li><a href="maintenance.html">Maintenance <span class="label label-primary">NEW</span></a></li>
</ul>
</li>
<li><a href="#">Blog</a>
<ul>
<li><a href="blog.html">Blog single</a></li>
<li><a href="blog-with-right-sidebar.html">Blog With Right Sidebar</a></li>
<li><a href="blog-with-left-sidebar.html">Blog With Left Sidebar</a></li>
<li><a href="blog-detail.html">Blog Detail</a></li>
</ul>
</li>
<li><a href="#">Contact</a>
<ul>
<li><a href="contact-01.html">Contact 01</a></li>
<li><a href="contact-02.html">Contact 02</a></li>
</ul>
</li>
</ul><!--/.navigation-menu-->
</div><!--/.nav-box-->
</nav><!--/#navigation-->
<div class="search-area">
<a href="#" class="search-trigger"><i class="fa fa-search" aria-hidden="true"></i></a>
<div class="search-wrapper">
<form action="#">
<div class="search-box">
<input type="search" placeholder="Search Here...">
<button type="submit" class="submit-btn"><i class="fa fa-search" aria-hidden="true"></i></button>
</div><!--/.search-box-->
</form>
<a href="#" class="close-search"><i class="fa fa-times-circle" aria-hidden="true"></i></a>
</div><!--/.search-wrapper-->
</div><!--/.search-area-->
<div id="sidenav" class="hidden-xs">
<a href="#" class="side-menu-trigger"><i class="fa fa-bars" aria-hidden="true"></i></a>
<div class="sidenav-wrapper">
<a href="#" class="close-menu"></a>
<ul class="nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="work.html">Work</a>
<ul>
<li><a href="work-masonry-2column.html">Portfolio 2 column <span class="label label-primary">NEW</span></a></li>
<li><a href="work-masonry-3column.html">Portfolio 3 column <span class="label label-primary">NEW</span></a></li>
<li><a href="work-masonry-fullwidth.html">Portfolio fullwidth <span class="label label-primary">NEW</span></a></li>
<li><a href="project-details.html">Project Single <span class="label label-primary">NEW</span></a></li>
</ul>
</li>
<li><a href="#">Pages</a>
<ul>
<li><a href="team.html">Team</a></li>
<li><a href="elements.html">Elements</a></li>
<li><a href="login.html">Login & Register</a></li>
<li><a href="404.html">404 Page 01</a></li>
<li><a href="404-v2.html">404 Page 02 <span class="label label-primary">NEW</span></a></li>
<li><a href="coming-soon.html">Coming Soon <span class="label label-primary">NEW</span></a></li>
<li><a href="maintenance.html">Maintenance <span class="label label-primary">NEW</span></a></li>
</ul>
</li>
<li><a href="#">Blog</a>
<ul>
<li><a href="blog.html">Blog single</a></li>
<li><a href="blog-with-right-sidebar.html">Blog With Right Sidebar</a></li>
<li><a href="blog-with-left-sidebar.html">Blog With Left Sidebar</a></li>
<li><a href="blog-detail.html">Blog Detail</a></li>
</ul>
</li>
<li><a href="#">Contact</a>
<ul>
<li><a href="contact-01.html">Contact 01</a></li>
<li><a href="contact-02.html">Contact 02</a></li>
</ul>
</li>
</ul>
<ul class="social-links">
<li class="fb"><a href="#" target="_blank" title="Facebook"><i class="fa fa-facebook"></i></a></li>
<li class="tw"><a href="#" target="_blank" title="Twitter"><i class="fa fa-twitter"></i></a></li>
<li class="yt"><a href="#" target="_blank" title="Youtube"><i class="fa fa-youtube"></i></a></li>
<li class="in"><a href="#" target="_blank" title="Linkedin"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div><!--/.sidenav-wrapper-->
</div><!--/#sidenav-->
</div><!--/.navigation-row-->
</div><!--/.navbar-->
</div><!--/.container-fluid-->
</header><!--/#header-->
<!--HEADER END-->
<!--404 START-->
<div class="error-404 not-found" style="background-image:url(http://via.placeholder.com/1920x1080);">
<div class="container">
<div class="error-content">
<h1>404</h1>
<h3>Oops! That page can’t be found.</h3>
<p>It looks like nothing was found at this location.</p>
<a href="index.html" class="btn">Back to Home</a>
</div><!--/.error-content-->
</div><!--/.container-->
</div><!--/.error-404-->
<!--404 END-->
<a href="https://themeforest.net/item/angles-multipurpose-one-multi-page-html5-template/20887454?ref=LitmusThemes" target="_blank" class="purchase-btn"><i class="fa fa-shopping-cart" style="margin-right:8px; font-size:1.2em;"></i> Purchase Now</a>
</div><!--/#wrapper-->
<script src="js/jquery.js"></script>
<!-- Latest jQuery Library File -->
<script src="js/bootstrap.min.js"></script>
<!-- Latest Bootstrap -->
<script src="js/modernizr.min.js"></script>
<!-- modernizer JS -->
<script src="js/waypoints.min.js"></script>
<!-- waypoints min js -->
<script src="js/form.js"></script>
<script src="js/general-scripts.js"></script>
<!-- Main Script -->
</body>
</html>