-
Notifications
You must be signed in to change notification settings - Fork 9
/
404.html
45 lines (44 loc) · 1.53 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
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<!-- BEGIN HEAD -sua->
<head>
<meta charset="utf-8" />
<title>404 Page</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="" name="description" />
<meta content="" name="author" />
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet" />
<link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<link href="css/style-responsive.css" rel="stylesheet" />
<link href="css/style-default.css" rel="stylesheet" id="style_color" />
</head>
<!-- END HEAD -->
<!-- BEGIN BODY -->
<body class="error-404">
<div class="error-wrap error-wrap-404">
<div class="metro big terques">
<span> OOPS! </span>
</div>
<div class="metro green">
<span> 4 </span>
</div>
<div class="metro yellow">
<span> 0 </span>
</div>
<div class="metro purple">
<span> 4 </span>
</div>
<div class="metro double red">
<span class="page-txt"> Page Not Found </span>
</div>
<div class="metro gray">
<a href="index.html" class="home"><i class="icon-home"></i> </a>
</div>
</div>
</body>
<!-- END BODY -->
</html>