-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
executable file
·219 lines (198 loc) · 9.54 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Hyperion</title>
<!-- ////////////////////////////////// -->
<!-- // Stylesheets Files // -->
<!-- ////////////////////////////////// -->
<link rel="stylesheet" href="css/base.css" id="camera-css" />
<link rel="stylesheet" href="css/framework.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/noscript.css" media="screen,all" id="noscript" />
<!-- ////////////////////////////////// -->
<!-- // Google Webfont Files // -->
<!-- ////////////////////////////////// -->
<!-- ////////////////////////////////// -->
<!-- // Favicon Files // -->
<!-- ////////////////////////////////// -->
<link rel="shortcut icon" href="images/favicon.ico" />
<!-- ////////////////////////////////// -->
<!-- // Javascript Files // -->
<!-- ////////////////////////////////// -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.easing-1.3.min.js"></script>
<script src="js/tooltip.js"></script>
<script src="js/dropdown.js"></script>
<script src="js/tinynav.min.js"></script>
<script src="js/jquery.fancybox.js?v=2.0.6"></script>
<script src="js/jquery.fancybox-media.js?v=1.0.3"></script>
<script src="js/jquery.ui.totop.min.js"></script>
<script src="js/jquery.twitter.js"></script>
<script src="js/ddaccordion.js"></script>
<script src="js/jquery.twitter.js"></script>
<script src="js/jflickrfeed.min.js"></script>
<script src="js/faq-functions.js"></script>
<script src="js/theme-functions.js"></script>
<!-- IE Fix for HTML5 Tags -->
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body>
<!-- header start here -->
<header>
<div id="main-wrapper">
<!-- top-social start here -->
<div id="top-social">
<a class="trigger" href="#"></a>
<div class="social-panel">
<ul>
<li><a href="#"><img src="images/socials/social10.gif" alt="" /></a></li>
<li><a href="#"><img src="images/socials/social32.gif" alt="" /></a></li>
<li><a href="#"><img src="images/socials/social9.gif" alt="" /></a></li>
<li><a href="#"><img src="images/socials/social15.gif" alt="" /></a></li>
<li><a href="#"><img src="images/socials/social25.gif" alt="" /></a></li>
</ul>
</div>
</div>
<!-- top-social end here -->
<!-- logo start here -->
<div id="logo">
<a href="index.html"><img src="images/logo.png" alt="mainlogo" /></a>
</div>
<!-- logo end here -->
<!-- mainmenu start here -->
<nav id="mainmenu">
<ul id="menu">
<li><a href="index.html">home</a>
<ul>
<li><a href="index-layout2.html"><span>-</span> home layout 2</a></li>
<li><a href="index-layout3.html"><span>-</span> home layout 3</a></li>
<li><a href="index-layout4.html"><span>-</span> home layout 4</a></li>
</ul>
</li>
<li><a href="about.html">about</a></li>
<li><a href="services.html">services</a></li>
<li class="dropdown"><a href="#">portfolio</a>
<ul>
<li><a href="portfolio-2col.html"><span>-</span> portfolio 2 column</a></li>
<li><a href="portfolio-3col.html"><span>-</span> portfolio 3 column</a></li>
<li><a href="portfolio-4col.html"><span>-</span> portfolio 4 column</a></li>
</ul>
</li>
<li><a href="blog.html">blog</a></li>
<li><a href="contact.html">contact</a></li>
<li class="selected dropdown"><a href="#">pages</a>
<ul>
<li><a href="column.html"><span>-</span> column page</a></li>
<li><a href="tables.html"><span>-</span> table page</a></li>
<li><a href="button-list.html"><span>-</span> button & list page</a></li>
<li><a href="typhography.html"><span>-</span> typhography page</a></li>
<li><a href="testimonials.html"><span>-</span> testimonials page</a></li>
<li><a href="pricing.html"><span>-</span> pricing page</a></li>
<li><a href="faq.html"><span>-</span> faq page</a></li>
<li><a href="single.html"><span>-</span> single page</a></li>
<li><a href="fullwidth.html"><span>-</span> fullwidth page</a></li>
<li><a href="404.html"><span>-</span> 404 page</a></li>
</ul>
</li>
</ul>
</nav>
<!-- mainmenu end here -->
</div>
</header>
<!-- header end here -->
<!-- pagetitle start here -->
<section id="pagetitle-wrapper">
<div class="pagetitle-content">
<h2>404</h2>
</div>
</section>
<!-- pagetitle end here -->
<!-- breadcrumb start here -->
<section id="breadcrumb-wrapper">
<div id="breadcrumb-content">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">Pages</a></li>
<li><a href="#">404</a></li>
</ul>
</div>
</section>
<!-- breadcrumb end here -->
<!-- maincontent start here -->
<section id="content-wrapper">
<div class="row">
<div class="eight columns centered">
<div id="error-wrapper">
<div class="panel error-mobile">
<div class="four columns">
<img src="images/404-img.png" alt="error" class="error-img" />
</div>
<div class="eight columns">
<h1>error 404</h1>
<h4>Ooops page not found...</h4>
<div class="clear"></div>
<div class="divider"></div>
<p>We're sorry, but we can't find the page you were looking for. It's probably some thing we've done wrong but now we know about it we'll try to fix it. In the meantime, try returning to the homepage or search something below.</p>
<div class="error-search">
<form id="search-error" action="#" method="get" />
<fieldset class="search-fieldset">
<input type="text" id="search-form-error" value="Type here..." onblur="if (this.value == ''){this.value = 'Type here...'; }" onfocus="if (this.value == 'Type here...') {this.value = ''; }" />
<a href="#" id="search-button" class="button small gray"><span>Search</span></a>
</fieldset>
</form>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
</section>
<!-- maincontent end here -->
<!-- footer start here -->
<footer>
<div class="row">
<div class="three columns mobile-two">
<img src="images/logo2.png" alt="" class="img-left" />
<p class="copyright-text">© Copyright © 2013.Company name All rights reserved.<a target="_blank" href="http://www.cssmoban.com/">网页模板</a> - More Templates <a href="http://www.cssmoban.com/" target="_blank" title="模板之家">模板之家</a></p>
</div>
<div class="three columns mobile-two">
<h5>Address</h5>
<ul>
<li class="address-icon">Armistice Building<br />Jakarta, JKT 1220<br />PO BOX 1234</li>
<li class="phone-icon">Phone : +621 55566671</li>
<li class="email-icon">Email : [email protected]</li>
</ul>
</div>
<div class="three columns mobile-two">
<h5>Company</h5>
<ul>
<li><a href="#">About Hyperion</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Press & Media</a></li>
<li><a href="#">Environmental Impact</a></li>
<li><a href="#">Affiliate Program</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
<div class="three columns mobile-two">
<h5>Flickr</h5>
<ul id="flck-thumb" class="thumbs"><li class="no-image"></li></ul>
<!-- Noscript Notification when your Javascript not active -->
<div id="flickr-noscript">
<p>Can't load Flickr feed, please activate your javascript first...</p>
</div>
<!-- End of Noscript Notification when your Javascript not active -->
</div>
</div>
</footer>
<!-- footer end here -->
<script>$('#noscript').remove();</script>
</body>
</html>