-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
85 lines (75 loc) · 3.56 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
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<title>Page Not Found!!</title>
<meta name="author" content="pankajr" />
<meta name="keywords" content="404 page, fighting, css3, template, html5 template" />
<meta name="description" content="404 - Page Template" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- Libs CSS -->
<link type="text/css" media="all" href="404/assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<!-- Template CSS -->
<link type="text/css" media="all" href="404/assets/css/style.css" rel="stylesheet" />
<!-- Responsive CSS -->
<link type="text/css" media="all" href="404/assets/css/respons.css" rel="stylesheet" />
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="144x144" href="404/assets/img/favicons/favicon144x144.png" />
<link rel="apple-touch-icon" sizes="114x114" href="404/assets/img/favicons/favicon114x114.png" />
<link rel="apple-touch-icon" sizes="72x72" href="404/assets/img/favicons/favicon72x72.png" />
<link rel="apple-touch-icon" href="404/assets/img/favicons/favicon57x57.png" />
<link rel="shortcut icon" href="404/assets/img/favicons/favicon.png" />
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Load page -->
<div class="animationload">
<div class="loader">
</div>
</div>
<!-- End load page -->
<!-- Content Wrapper -->
<div id="wrapper">
<div class="container">
<div class="col-xs-12 col-sm-7 col-lg-7">
<!-- Info -->
<div class="info">
<h1>Oppps!</h1>
<h2>you have some
troubles!</h2>
<p>The page you are looking for was moved, removed,
renamed or might never existed.</p>
<a href="#" class="btn">Go Home</a>
<a href="#" class="btn btn-green">Contact Us</a>
</div>
<!-- end Info -->
</div>
<div class="col-xs-12 col-sm-5 col-lg-5 text-center">
<!-- Fighting -->
<div class="fighting">
<img src="404/assets/img/fighting.gif" alt="Fighting" />
</div>
<!-- end Fighting -->
</div>
</div>
<!-- end container -->
</div>
<!-- end Content Wrapper -->
<!-- Scripts -->
<script src="404/assets/js/jquery-2.1.1.min.js" type="text/javascript"></script>
<script src="404/assets/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<script src="404/assets/js/modernizr.custom.js" type="text/javascript"></script>
<script src="404/assets/js/jquery.nicescroll.min.js" type="text/javascript"></script>
<script src="404/assets/js/scripts.js" type="text/javascript"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</body>
</html>