-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
32 lines (31 loc) · 785 Bytes
/
404.html
File metadata and controls
32 lines (31 loc) · 785 Bytes
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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8;"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="robots" content="all" />
<meta name="robots" content="index,follow"/>
<style>
.notfoud-container .img-404 {
height: 155px;
margin-top: 40px;
margin-bottom: 20px;
text-align:center;
font-size: 30mm
}
.notfoud-container .notfound-p {
line-height: 22px;
font-size: 17px;
padding-bottom: 15px;
text-align: center;
color: #262b31
}
</style>
</head>
<body>
<div class="notfoud-container">
<div class="img-404">404</div>
<p class="notfound-p">not found ...</p>
</div>
</body>
</html>