-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
545 lines (393 loc) · 23.2 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
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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
<!doctype html>
<!--[if IE 7 ]> <html lang="en-gb" class="isie ie7 oldie no-js"> <![endif]-->
<!--[if IE 8 ]> <html lang="en-gb" class="isie ie8 oldie no-js"> <![endif]-->
<!--[if IE 9 ]> <html lang="en-gb" class="isie ie9 no-js"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en-gb" class="no-js"> <!--<![endif]-->
<!-- Mirrored from gsrthemes.com/ainexhost/layout2/fullwidth/404.html by HTTrack Website Copier/3.x [XR&CO'2013], Thu, 27 Nov 2014 08:25:10 GMT -->
<head>
<title>Ainex - A Professional Hosting Theme</title>
<meta charset="utf-8">
<meta name="keywords" content="" />
<meta name="description" content="" />
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.html">
<!-- this styles only adds some repairs on idevices -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Google fonts - witch you want to use - (rest you can just remove) -->
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Open+Sans:400,800,700italic,700,600italic,600,400italic,300italic,300|Roboto:100,300,400,500,700&subset=latin,latin-ext' type='text/css' />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- ######### CSS STYLES ######### -->
<link rel="stylesheet" href="css/reset.css" type="text/css" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
<link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css">
<!-- responsive devices styles -->
<link rel="stylesheet" media="screen" href="css/responsive-leyouts.css" type="text/css" />
<!-- just remove the below comments witch color skin you want to use -->
<!--<link rel="stylesheet" href="css/colors/lightblue.css" />-->
<!--<link rel="stylesheet" href="css/colors/lightgreen.css" />-->
<!--<link rel="stylesheet" href="css/colors/blue.css" />-->
<!--<link rel="stylesheet" href="css/colors/green.css" />-->
<!--<link rel="stylesheet" href="css/colors/red.css" />-->
<!--<link rel="stylesheet" href="css/colors/cyan.css" />-->
<!--<link rel="stylesheet" href="css/colors/purple.css" />-->
<!--<link rel="stylesheet" href="css/colors/pink.css" />-->
<!--<link rel="stylesheet" href="css/colors/brown.css" />-->
<!-- just remove the below comments witch bg patterns you want to use -->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-default.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-one.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-two.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-three.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-four.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-five.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-six.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-seven.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-eight.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-nine.css" />-->
<!-- style switcher -->
<link rel = "stylesheet" media = "screen" href = "js/style-switcher/color-switcher.css" />
<!-- sticky menu -->
<link rel="stylesheet" href="js/sticky-menu/core.css">
</head>
<body>
<div class="site_wrapper">
<div class="top_section">
<div class="container">
<ul>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-rss"></i></a></li>
<li> </li>
<li><a href="#">Live Chat <i class="fa fa-comment"></i></a></li>
<li> </li>
<li>Call Today: <strong>+1 (099) 456-7890</strong></li>
</ul>
</div>
</div><!-- end top links -->
<!-- HEADER -->
<header id="header">
<!-- Top header bar -->
<div id="trueHeader">
<div class="wrapper">
<div class="container">
<!-- Logo -->
<div class="one_fourth"><a href="index.html" id="logo"></a></div>
<!-- Menu -->
<div class="three_fourth last">
<nav id="access" class="access" role="navigation">
<div id="menu" class="menu">
<ul id="tiny">
<li><a href="index.html">Home</a></li>
<li><a href="standard-hosting.html">Web Hosting<i class="fa fa-angle-down"></i></a>
<ul>
<li><a href="standard-hosting.html">Standard Hosting</a></li>
<li><a href="professional-hosting.html">Professional Hosting</a></li>
<li><a href="advanced-hosting.html">Advanced Hosting</a></li>
<li><a href="unlimited-hosting.html">Unlimited Hosting</a></li>
</ul>
</li>
<li><a href="#" class="active">Features<i class="fa fa-angle-down"></i></a>
<ul>
<li><a href="standard-page.html">Standard/About Page</a></li>
<li><a href="about-page.html">About Page Style 2</a></li>
<li><a href="typography.html">Typography</a></li>
<li><a href="elements.html">Elements</a></li>
<li><a href="pricing-tables.html">Pricing Tables</a></li>
<li><a href="columns.html">Page Columns</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="faqs.html">FAQs</a></li>
<li><a href="tabs.html">Tabs</a></li>
<li><a href="#">Portfolio Pages ></a>
<ul>
<li><a href="portfolio-one.html">Single Image</a></li>
<li><a href="portfolio-two.html">2 Columns</a></li>
<li><a href="portfolio-three.html">3 Columns</a></li>
<li><a href="portfolio-four.html">4 Columns</a></li>
<li><a href="portfolio-five.html">Portfolio Fancy</a></li>
</ul>
</li>
<li><a href="full-width.html">Full Width Page</a></li>
<li><a href="left-sidebar.html">Left Sidebar Page</a></li>
<li><a href="right-sidebar.html">Right Sidebar Page</a></li>
<li><a href="left-nav.html">Left Navigation</a></li>
<li><a href="right-nav.html">Right Navigation</a></li>
<li><a href="404.html">404 Error Page</a></li>
</ul>
</li>
<li><a href="services.html">Services</a></li>
<li><a href="blog.html">Blog<i class="fa fa-angle-down"></i></a>
<ul>
<li><a href="blog.html">with Large image</a></li>
<li><a href="blog-2.html">with Small image</a></li>
<li><a href="blog-post.html">Single post</a></li>
</ul>
</li>
<li><a href="support.html">Support</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav><!-- end nav menu -->
</div>
</div>
</div>
</div>
</header><!-- end header -->
<div class="clearfix"></div>
<div class="page_title">
<div class="container">
<div class="title"><h1>404 Error Page</h1></div>
<div class="pagenation"> <a href="index.html">Home</a> <i>/</i> <a href="#">Features</a> <i>/</i> 404 Error Page</div>
</div>
</div><!-- end page title -->
<div class="clearfix"></div>
<!-- Contant
======================================= -->
<div class="container">
<div class="content_fullwidth">
<div class="error_pagenotfound">
<strong>404</strong>
<br />
<b>Oops... Page Not Found!</b>
<em>Sorry the Page Could not be Found here.</em>
<p>Try using the button below to go to main page of the site</p>
<div class="clearfix mar_top3"></div>
<a href="#" class="but_goback"><i class="fa fa-arrow-circle-left fa-lg"></i> Go to Back</a>
</div><!-- end error page notfound -->
</div>
</div><!-- end content area -->
<div class="bottom_section">
<div class="waves_graph2"></div>
<div class="big_text2">
<div class="container"><i>Best for Small Business Hosting Services.</i> YOUR E-BUSINESS IS OUR JOB!</div>
</div>
</div><!-- end bottom section -->
<div class="footer">
<div class="clearfix mar_top5"></div>
<div class="container">
<div class="one_fourth">
<h3>Support/Help</h3>
<ul class="list">
<li><a href="#"><i class="fa fa-angle-right"></i> Contact Us</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> Knowledge Base</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> Downloads</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> My Account</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> Submit Ticket</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> Sign Up</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> Affiliates</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> Video Tutorials</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> Hosting Industry News</a></li>
</ul>
</div><!-- end section -->
<div class="one_fourth">
<h3>Recent Blog Posts</h3>
<ul class="recent_blogs">
<li>
<img src="images/post-simg1.jpg" alt="" />
<p><a href="#">Lorem Ipsum dummy</a>
<i>November 01, 2013<br />
No Comments</i></p>
</li>
<li>
<img src="images/post-simg2.jpg" alt="" />
<p><a href="#">There are variations</a>
<i>November 01, 2013<br />
No Comments</i></p>
</li>
<li class="last">
<img src="images/post-simg3.jpg" alt="" />
<p><a href="#">Slightly to believable</a>
<i>November 01, 2013<br />
No Comments</i></p>
</li>
</ul>
</div><!-- end section -->
<div class="one_fourth">
<h3>Transfer Your Site</h3>
We'll help you t make transferring your website and domain name fast and easy transfer.
<div class="mar_top2"></div>
<div class="clearfix"></div>
<ul class="list">
<li><i class="fa fa-angle-right"></i> Free Website Transfer</li>
<li><i class="fa fa-angle-right"></i> Free Domain Transfer</li>
<li><i class="fa fa-angle-right"></i> Outstanding reliability</li>
<li><i class="fa fa-angle-right"></i> State-of-the-art Data Center</li>
<li><i class="fa fa-angle-right"></i> Money Back Guarantee</li>
<li><i class="fa fa-angle-right"></i> 24/7 Support</li>
</ul>
</div><!-- end section -->
<div class="one_fourth last">
<h3>Have any Questions</h3>
<div class="any_questions">
<img src="images/site-img06.jpg" alt="" />
<p>If you have any questions, feel free to call us toll-free</p>
<div class="clearfix mar_top1"></div>
<h3><i>Toll-free:</i> 1-234-567-8900</h3>
</div>
<div class="live_chat">
<a href="#"><img src="images/chat-icon.png" alt="" /></a>
<h2><a href="#">live chat <i>with our agents</i></a></h2>
</div>
</div><!-- end section -->
</div>
<div class="footer_sectwo">
<div class="container">
<div class="free_scripts">
<h4>Free 1-Click Script Installs!</h4>
<ul>
<li><img src="images/scripts-logos1.png" alt="" /></li>
<li><img src="images/scripts-logos2.png" alt="" /></li>
<li><img src="images/scripts-logos3.png" alt="" /></li>
<li><img src="images/scripts-logos4.png" alt="" /></li>
<li><img src="images/scripts-logos5.png" alt="" /></li>
<li><img src="images/scripts-logos6.png" alt="" /></li>
<li><img src="images/scripts-logos7.png" alt="" /></li>
</ul>
</div><!-- end free script installs -->
<div class="payments_list">
<h4>Payments We Accept</h4>
<ul>
<li><img src="images/payment-logos1.png" alt="" /></li>
<li><img src="images/payment-logos2.png" alt="" /></li>
<li><img src="images/payment-logos3.png" alt="" /></li>
<li><img src="images/payment-logos4.png" alt="" /></li>
<li><img src="images/payment-logos5.png" alt="" /></li>
<li><img src="images/payment-logos6.png" alt="" /></li>
</ul>
</div><!-- end payments accept -->
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="copyright_info">
<div class="container">
<div class="one_half">
<b>Copyright © 2013 ainexhost.com. All rights reserved. <a href="#">Terms of Use</a> | <a href="#">Privacy Policy</a></b>
</div>
<div class="one_half last">
<ul class="footer_social_links">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-skype"></i></a></li>
<li><a href="#"><i class="fa fa-flickr"></i></a></li>
<li><a href="#"><i class="fa fa-html5"></i></a></li>
<li><a href="#"><i class="fa fa-youtube"></i></a></li>
<li><a href="#"><i class="fa fa-rss"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="clearfix"></div>
<!-- Footer
======================================= -->
<a href="#" class="scrollup">Scroll</a><!-- end scroll to top of the page-->
<!-- style switcher -->
<script type="text/javascript" src="js/style-switcher/styleswitcher.js"></script>
<link rel="alternate stylesheet" type="text/css" href="css/colors/lightblue.css" title="lightblue" />
<link rel="alternate stylesheet" type="text/css" href="css/colors/lightgreen.css" title="lightgreen" />
<link rel="alternate stylesheet" type="text/css" href="css/colors/blue.css" title="blue" />
<link rel="alternate stylesheet" type="text/css" href="css/colors/green.css" title="green" />
<link rel="alternate stylesheet" type="text/css" href="css/colors/red.css" title="red" />
<link rel="alternate stylesheet" type="text/css" href="css/colors/cyan.css" title="cyan" />
<link rel="alternate stylesheet" type="text/css" href="css/colors/purple.css" title="purple" />
<link rel="alternate stylesheet" type="text/css" href="css/colors/pink.css" title="pink" />
<link rel="alternate stylesheet" type="text/css" href="css/colors/brown.css" title="brown" />
<div id="style-selector">
<div class="style-selector-wrapper">
<span class="title">Choose Theme Options</span>
<div>
<span class="title-sub"></span>
<span class="title-sub2">2 Different Layouts</span>
<ul class="styles-noborder">
<li class="left"><strong>Layout 1</strong><br />Full Width</li>
<li><a href="http://gsrthemes.com/ainexhost/layout1/fullwidth/index.html"><img src="images/elements/layout-one-full.png" alt="" /></a></li>
</ul>
<ul class="styles-noborder">
<li class="left"><strong>Layout 1</strong><br />Boxed</li>
<li><a href="http://gsrthemes.com/ainexhost/layout1/boxed/index.html"><img src="images/elements/layout-one-boxed.png" alt="" /></a></li>
</ul>
<ul class="styles-noborder">
<li class="left"><strong>Layout 2</strong><br />Full Width</li>
<li><a href="index.html"><img src="images/elements/layout-two-full.png" alt="" /></a></li>
</ul>
<ul class="styles-noborder">
<li class="left"><strong>Layout 2</strong><br />Boxed</li>
<li><a href="http://gsrthemes.com/ainexhost/layout2/boxed/index.html"><img src="images/elements/layout-two-boxed.png" alt="" /></a></li>
</ul>
<span class="title-sub2">Predefined Color Skins</span>
<ul class="styles">
<li><a href="#" onClick="setActiveStyleSheet('default'); return false;"><span class="pre-color-skin1"></span></a></li>
<li><a href="#" onClick="setActiveStyleSheet('lightblue'); return false;"><span class="pre-color-skin2"></span></a></li>
<li><a href="#" onClick="setActiveStyleSheet('lightgreen'); return false;"><span class="pre-color-skin3"></span></a></li>
<li><a href="#" onClick="setActiveStyleSheet('blue'); return false;"><span class="pre-color-skin4"></span></a></li>
<li><a href="#" onClick="setActiveStyleSheet('green'); return false;"><span class="pre-color-skin5"></span></a></li>
<li><a href="#" onClick="setActiveStyleSheet('red'); return false;"><span class="pre-color-skin6"></span></a></li>
<li><a href="#" onClick="setActiveStyleSheet('cyan'); return false;"><span class="pre-color-skin7"></span></a></li>
<li><a href="#" onClick="setActiveStyleSheet('purple'); return false;"><span class="pre-color-skin8"></span></a></li>
<li><a href="#" onClick="setActiveStyleSheet('pink'); return false;"><span class="pre-color-skin9"></span></a></li>
<li><a href="#" onClick="setActiveStyleSheet('brown'); return false;"><span class="pre-color-skin10"></span></a></li>
</ul>
<link rel="alternate stylesheet" type="text/css" href="css/bg-patterns/pattern-default.css" title="pattern-default" />
<link rel="alternate stylesheet" type="text/css" href="css/bg-patterns/pattern-one.css" title="pattern-one" />
<link rel="alternate stylesheet" type="text/css" href="css/bg-patterns/pattern-two.css" title="pattern-two" />
<link rel="alternate stylesheet" type="text/css" href="css/bg-patterns/pattern-three.css" title="pattern-three" />
<link rel="alternate stylesheet" type="text/css" href="css/bg-patterns/pattern-four.css" title="pattern-four" />
<link rel="alternate stylesheet" type="text/css" href="css/bg-patterns/pattern-five.css" title="pattern-five" />
<link rel="alternate stylesheet" type="text/css" href="css/bg-patterns/pattern-six.css" title="pattern-six" />
<link rel="alternate stylesheet" type="text/css" href="css/bg-patterns/pattern-seven.css" title="pattern-seven" />
<link rel="alternate stylesheet" type="text/css" href="css/bg-patterns/pattern-eight.css" title="pattern-eight" />
<link rel="alternate stylesheet" type="text/css" href="css/bg-patterns/pattern-nine.css" title="pattern-nine" />
<!-- end Predefined Color Skins -->
<span class="title-sub2">BG Patterns for Boxed</span>
<ul class="styles" style="border-bottom: none;">
<li><a href="#" onClick="setActiveStyleSheet('default'); return false;"><span class="bg-patterns1"></span></a></li>
<li><a href="#" onClick="setActiveStyleSheet('pattern-one'); return false;"><span class="bg-patterns2"></span></a></li>
<li><a href="#" onClick="setActiveStyleSheet('pattern-two'); return false;"><span class="bg-patterns3"></span></a></li>
<li><a href="#" onClick="setActiveStyleSheet('pattern-three'); return false;"><span class="bg-patterns4"></span></a></li>
<li><a href="#" onClick="setActiveStyleSheet('pattern-four'); return false;"><span class="bg-patterns5"></span></a></li>
<li><a href="#" onClick="setActiveStyleSheet('pattern-five'); return false;"><span class="bg-patterns6"></span></a></li>
<li><a href="#" onClick="setActiveStyleSheet('pattern-six'); return false;"><span class="bg-patterns7"></span></a></li>
<li><a href="#" onClick="setActiveStyleSheet('pattern-seven'); return false;"><span class="bg-patterns8"></span></a></li>
<li><a href="#" onClick="setActiveStyleSheet('pattern-eight'); return false;"><span class="bg-patterns9"></span></a></li>
<li><a href="#" onClick="setActiveStyleSheet('pattern-nine'); return false;"><span class="bg-patterns10"></span></a></li>
</ul><!-- end BG Patterns -->
<a href="#" class="close icon-chevron-right"></a>
</div>
</div>
</div><!-- end style switcher -->
</div>
<!-- ######### JS FILES ######### -->
<!-- get jQuery from the google apis -->
<script type="text/javascript" src="js/universal/jquery.js"></script>
<!-- style switcher -->
<script src="js/style-switcher/jquery-1.js"></script>
<script src="js/style-switcher/styleselector.js"></script>
<!-- main menu -->
<script type="text/javascript" src="js/mainmenu/ddsmoothmenu.js"></script>
<script type="text/javascript" src="js/mainmenu/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="js/mainmenu/selectnav.js"></script>
<script type="text/javascript" src="js/mainmenu/scripts.js"></script>
<!-- scroll up -->
<script type="text/javascript">
$(document).ready(function(){
$(window).scroll(function(){
if ($(this).scrollTop() > 100) {
$('.scrollup').fadeIn();
} else {
$('.scrollup').fadeOut();
}
});
$('.scrollup').click(function(){
$("html, body").animate({ scrollTop: 0 }, 500);
return false;
});
});
</script>
<script type="text/javascript" src="js/sticky-menu/core.js"></script>
</body>
<!-- Mirrored from gsrthemes.com/ainexhost/layout2/fullwidth/404.html by HTTrack Website Copier/3.x [XR&CO'2013], Thu, 27 Nov 2014 08:25:10 GMT -->
</html>