-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
284 lines (268 loc) · 12 KB
/
Copy path404.html
File metadata and controls
284 lines (268 loc) · 12 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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="img/favicon.ico">
<title>Highland :: Error Page</title>
<!-- CSS Global -->
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet">
<!-- CSS Plugins -->
<link href="fonts/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/animate.css" />
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400' rel='stylesheet' type='text/css'>
<!-- CSS Custom -->
<link rel="stylesheet" type="text/css" href="css/elements.css" />
<link rel="stylesheet" type="text/css" href="css/custom.css" />
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navbar
============= -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">The Highland</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Home <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="index.html">Home: Default</a></li>
<li><a href="index-slider.html">Home: Slider</a></li>
</ul>
</li>
<li class="dropdown active">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Pages <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="about-us.html">About Us</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="blog-timeline.html">Blog Timeline</a></li>
<li><a href="blog-post.html">Blog Post</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="404.html">Error 404</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="gallery-text.html">Gallery Text Blocks</a></li>
<li><a href="gallery-bubbles.html">Gallery Bubbles</a></li>
<li><a href="gallery-item.html">Gallery Item</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="team.html">Our Team</a></li>
<li class="divider"></li>
<li><a href="profile.html">Profile</a></li>
<li><a href="edit-profile.html">Edit Profile</a></li>
<li><a href="inbox.html">Inbox</a></li>
<li><a href="inbox-dialog.html">Inbox - Dialog</a></li>
<li><a href="sign-in.html">Sign In</a></li>
<li><a href="sign-up.html">Sign up</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">UI Elements <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="ui-elements.html#buttons">Buttons</a></li>
<li><a href="ui-elements.html#panels">Panels</a></li>
<li><a href="ui-elements.html#info-boards">Info Boards</a></li>
<li><a href="ui-elements.html#navs">Navs</a></li>
<li><a href="ui-elements.html#alerts">Alerts</a></li>
<li><a href="ui-elements.html#thumbnails">Thumbnails</a></li>
<li><a href="ui-elements.html#social">Social Icons</a></li>
<li><a href="ui-elements.html#section-header">Section Header</a></li>
<li><a href="ui-elements.html#page-tip">Page Tip</a></li>
<li><a href="ui-elements.html#block-header">Block Header</a></li>
</ul>
</li>
<li class="dropdown hidden-sm">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Blog <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="blog.html">Blog</a></li>
<li><a href="blog-timeline.html">Blog Timeline</a></li>
<li><a href="blog-post.html">Blog Post</a></li>
</ul>
</li>
<li class="dropdown hidden-sm">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Gallery <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="gallery-text.html">Gallery Text Blocks</a></li>
<li><a href="gallery-bubbles.html">Gallery Bubbles</a></li>
<li><a href="gallery-item.html">Gallery Item</a></li>
</ul>
</li>
<li class="hidden-sm hidden-md"><a href="contact.html">Contact us</a></li>
<!-- Profile links for extra small screens -->
<li class="visible-xs"><a href="sign-in.html">Sign In</a></li>
<li class="visible-xs"><a href="#">Sign Out</a></li>
</ul>
<!-- Search form for extra small screens -->
<form class="navbar-form navbar-left visible-xs" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-blue">Go!</button>
</form>
<ul class="nav navbar-nav navbar-right hidden-xs">
<!-- Sign in & Sign up -->
<li id="sign-up" class="show"><a href="sign-up.html">Sign Up</a></li>
<li id="sign-in" class="show"><a href="#">Sign In</a></li>
<!-- Signed in. Profile Menu -->
<li id="cogs-menu" class="hidden">
<a href="edit-profile.html">
<i class="fa fa-gears fa-lg"></i>
</a>
</li>
<li id="profile-menu" class="dropdown hidden">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Administrator <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="account">
<div class="avatar"></div>
<p><b>Administrator</b><br />admin@mysite.com</p>
<p><a href="profile.html">Profile</a> | <a href="#" id="sign-out">Sign out</a></p>
<div class="clearfix"></div>
</li>
</ul>
</li>
<!-- Search Button -->
<li id="search">
<a href="#" id="search-btn"><i class="fa fa-search" id="search-icon"></i> Search</a>
<div class="search-box hidden" id="search-box">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search">
<span class="input-group-btn">
<button class="btn btn-default" type="button">Go!</button>
</span>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Main body
================== -->
<div class="wrapper">
<div class="not-found">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="digits">
4<i class="fa fa-meh-o animated flipInX" id="smile"></i>4
</div>
<h1>The page you are trying to reach is not found</h1>
<h2>You can try to search within our website instead:</h2>
<form class="form-inline" role="form">
<div class="form-group">
<label class="sr-only" for="search-404"></label>
<input type="text" class="form-control input-lg" id="search-404" placeholder="Click to make me happy">
</div>
<button type="submit" class="btn btn-default btn-lg" id="submit-404">Search</button>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Foooter
================== -->
<footer>
<div class="container">
<div class="row">
<!-- Contact Us
================= -->
<div class="col-sm-4">
<div class="headline"><h3>Contact us</h3></div>
<div class="content">
<p>
Centre, AL 35960<br />
1959 West Main ST<br />
Phone: +0 000 000 00 00<br />
Fax: +0 000 000 00 00<br />
Email: <a href="#">admin@mysite.com</a>
</p>
</div>
</div>
<!-- Social icons
===================== -->
<div class="col-sm-4">
<div class="headline"><h3>Go Social</h3></div>
<div class="content social">
<p>Stay in touch with us:</p>
<ul>
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-pinterest"></i></a>
</li>
<li><a href="#"><i class="fa fa-youtube"></i></a>
</li>
<li><a href="#"><i class="fa fa-github"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
<li><a href="#"><i class="fa fa-vk"></i></a>
</li>
<li><a href="#"><i class="fa fa-google-plus"></i></a>
</li>
</ul>
<div class="clearfix"></div>
</div>
</div>
<!-- Subscribe
=============== -->
<div class="col-sm-4">
<div class="headline"><h3>Subscribe</h3></div>
<div class="content">
<p>Enter your e-mail below to subscribe to our free newsletter.<br />We promise not to bother you often!</p>
<form class="form" role="form">
<div class="row">
<div class="col-sm-8">
<div class="input-group">
<label class="sr-only" for="subscribe-email">Email address</label>
<input type="email" class="form-control" id="subscribe-email" placeholder="Enter email">
<span class="input-group-btn">
<button type="submit" class="btn btn-default">OK</button>
</span>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</footer>
<!-- Legal
============= -->
<div class="legal">
<div class="container">
<div class="row">
<div class="col-sm-12">
<p>© Highland 2015. <a href="#">Privacy Policy</a> | <a href="#">Terms of Service</a></p>
</div>
</div>
</div>
</div>
<!-- JavaScript
================================================== -->
<!-- JS Global -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="js/bootstrap/bootstrap.min.js"></script>
<!-- JS Plugins -->
<script src="js/scrolltopcontrol.js"></script>
<!-- JS Custom -->
<script src="js/custom.js"></script>
</body>
</html>