-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
69 lines (64 loc) · 2.16 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
<!DOCTYPE html>
<html lang="zh-CN">
<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="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="生活, 我的生活我做主, redefine, 重定义, 小张的博客">
<meta name="description" content="小张的博客, 我的生活我做主">
<meta name="author" content="静凇">
<meta name="robots" content="index,follow">
<meta name="googlebot" content="index,follow">
<meta name="revisit-after" content="1 days">
<link rel="canonical" href="https://example.com/"/>
<link rel="icon" type="image/png" href="https://blog.redefine.top/favicon.ico" sizes="192x192">
<link rel="shortcut icon" href="https://blog.redefine.top/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="https://blog.redefine.top/favicon.ico">
<title>Redefine - Page Not Found</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f5f5f5;
text-align: center;
padding: 50px;
}
h1 {
font-size: 5em;
color: #333;
margin-bottom: 20px;
}
p {
font-size: 1.5em;
color: #666;
margin-bottom: 40px;
}
a {
color: #fff;
background-color: #007bff;
border: 2px solid #007bff;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s ease;
}
a:hover {
background-color: #0064ff;
}
img {
width: 32%;
max-width: 100%;
height: auto;
}
</style>
</head>
<body>
<div>
<aside><img src="https://blog.redefine.top/img/R2.png" onerror="this.onerror=null; this.src='';" alt="404 Not Found"></aside>
<main>
<h1>404 Not Found</h1>
<p><em>要么你不够酷,无法访问此网页,要么它不存在!</em></p>
<a href="/">返回首页</a>
</main>
</div>
</body>
</html>