Skip to content

Commit 2fa4f89

Browse files
authored
Update 404.html
1 parent 3f728ed commit 2fa4f89

1 file changed

Lines changed: 104 additions & 1 deletion

File tree

404.html

Lines changed: 104 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,104 @@
1-
Someone make a 404 page!
1+
2+
<!DOCTYPE html>
3+
4+
<html lang="en">
5+
6+
7+
8+
<head>
9+
10+
<meta charset="utf-8">
11+
12+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
13+
14+
<meta name="viewport" content="width=device-width, initial-scale=1">
15+
16+
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
17+
18+
19+
20+
<title>404 HTML Template by Colorlib</title>
21+
22+
23+
24+
<!-- Google font -->
25+
26+
<link href="https://fonts.googleapis.com/css?family=Montserrat:700,900" rel="stylesheet">
27+
28+
29+
30+
<!-- Font Awesome Icon -->
31+
32+
<link type="text/css" rel="stylesheet" href="css/font-awesome.min.css" />
33+
34+
35+
36+
<!-- Custom stlylesheet -->
37+
38+
<link type="text/css" rel="stylesheet" href="css/style.css" />
39+
40+
41+
42+
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
43+
44+
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
45+
46+
<!--[if lt IE 9]>
47+
48+
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
49+
50+
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
51+
52+
<![endif]-->
53+
54+
55+
56+
</head>
57+
58+
59+
60+
<body>
61+
62+
63+
64+
<div id="notfound">
65+
66+
<div class="notfound-bg"></div>
67+
68+
<div class="notfound">
69+
70+
<div class="notfound-404">
71+
72+
<h1>404</h1>
73+
74+
</div>
75+
76+
<h2>we are sorry, but the page you requested was not found</h2>
77+
78+
<a href="#" class="home-btn">Go Home</a>
79+
80+
<a href="#" class="contact-btn">Contact us</a>
81+
82+
<div class="notfound-social">
83+
84+
<a href="#"><i class="fa fa-facebook"></i></a>
85+
86+
<a href="#"><i class="fa fa-twitter"></i></a>
87+
88+
<a href="#"><i class="fa fa-pinterest"></i></a>
89+
90+
<a href="#"><i class="fa fa-google-plus"></i></a>
91+
92+
</div>
93+
94+
</div>
95+
96+
</div>
97+
98+
99+
100+
</body>
101+
102+
103+
</html>
104+

0 commit comments

Comments
 (0)