-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
139 lines (127 loc) · 4.28 KB
/
Copy path404.html
File metadata and controls
139 lines (127 loc) · 4.28 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html lang="zh-Hans">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 | geN</title>
<link rel="icon" type="image/jpeg" href="/wp-content/uploads/2025/05/cropped-mmexport1548776491858-9-e1746808339778.jpg">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
color: #333; background: #fafafa; line-height: 1.8;
}
a { color: #1a73e8; text-decoration: none; }
a:hover { text-decoration: underline; }
/* Header */
.site-header {
max-width: 800px; margin: 0 auto; padding: 40px 20px 20px;
text-align: center;
}
.site-header h1 a {
font-size: 2.2rem; color: #222; font-weight: 700; letter-spacing: 2px;
}
.site-header h1 a:hover { text-decoration: none; color: #1a73e8; }
.site-header .subtitle {
color: #888; font-size: 0.95rem; margin-top: 4px;
}
.header-image {
width: 100%; max-width: 900px; height: auto; margin: 20px auto; display: block;
border-radius: 8px;
}
.site-nav {
margin-top: 16px; font-size: 0.95rem;
}
.site-nav a {
margin: 0 12px; color: #555;
}
.site-nav a:hover { color: #1a73e8; }
.site-nav a.active { color: #1a73e8; font-weight: 600; }
/* Content */
.content {
max-width: 800px; margin: 0 auto; padding: 20px 20px 60px;
}
.content h2 { font-size: 1.5rem; margin-bottom: 12px; }
.content h3 { font-size: 1.2rem; margin-bottom: 8px; }
/* Post list on homepage */
.post-list { list-style: none; }
.post-item {
padding: 24px 0; border-bottom: 1px solid #e8e8e8;
}
.post-item:last-child { border-bottom: none; }
.post-item h2 a {
font-size: 1.35rem; color: #222;
}
.post-item h2 a:hover { color: #1a73e8; text-decoration: none; }
.post-meta {
color: #999; font-size: 0.85rem; margin-top: 6px;
}
.post-excerpt {
margin-top: 10px; color: #555; font-size: 0.95rem;
}
.post-excerpt img { max-width: 100%; height: auto; border-radius: 4px; margin: 12px 0; }
/* Single post */
.post-body {
margin-top: 24px; font-size: 1rem; color: #333;
}
.post-body p { margin: 12px 0; }
.post-body img { max-width: 100%; height: auto; border-radius: 4px; margin: 12px 0; }
.post-body figure { margin: 16px 0; text-align: center; }
.post-body figure img { margin: 0 auto; }
.post-body pre {
background: #f4f4f4; padding: 16px; border-radius: 6px;
overflow-x: auto; font-size: 0.9rem; margin: 16px 0;
}
.post-body code {
font-family: Menlo, Consolas, Monaco, monospace;
background: #f4f4f4; padding: 2px 6px; border-radius: 3px; font-size: 0.9em;
}
.post-body pre code { background: none; padding: 0; }
.post-body blockquote {
border-left: 3px solid #ddd; padding: 8px 16px; margin: 16px 0;
color: #666; background: #f9f9f9; border-radius: 0 4px 4px 0;
}
.post-body ul, .post-body ol { margin: 12px 0; padding-left: 24px; }
.post-body li { margin: 6px 0; }
.post-body h2, .post-body h3, .post-body h4 {
margin: 24px 0 12px; color: #222;
}
/* Page navigation */
.page-nav {
text-align: center; margin-top: 40px; font-size: 0.9rem;
}
.page-nav a { color: #888; }
.page-nav a:hover { color: #1a73e8; }
/* Footer */
.site-footer {
max-width: 800px; margin: 0 auto; padding: 20px;
text-align: center; color: #bbb; font-size: 0.8rem;
border-top: 1px solid #e8e8e8;
}
.site-footer a { color: #999; }
/* Responsive */
@media (max-width: 600px) {
.site-header h1 a { font-size: 1.6rem; }
.content { padding: 16px; }
.post-item h2 a { font-size: 1.15rem; }
}
</style>
</head>
<body>
<div class="site-header">
<h1><a href="/">geN</a></h1>
<div class="subtitle">时间湍急,落笔为锚</div>
<img class="header-image" src="/wp-content/uploads/2025/05/cropped-mmexport1548776491858-8.jpg" alt="geN">
<div class="site-nav">
<a href="/" class="active">首页</a>
<a href="/sample-page/">About</a>
</div>
</div>
<div class="content">
<h2>页面未找到</h2><p>抱歉,你访问的页面不存在。</p><p><a href='/'>返回首页</a></p>
</div>
<div class="site-footer">
<p>© 2026 geN — 静态副本,原站 <a href="https://winggon.cc">winggon.cc</a></p>
</div>
</body>
</html>