-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
executable file
·285 lines (250 loc) · 8.59 KB
/
404.html
File metadata and controls
executable file
·285 lines (250 loc) · 8.59 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>页面未找到 - Lamina</title>
<meta name="description" content="Lamina 404页面 - 您访问的页面不存在">
<meta name="keywords" content="Lamina,404,页面未找到">
<link rel="stylesheet" href="/assets/css/style.css">
<style>
:root,
body,
html {
margin: 0;
padding: 0;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans SC', 'Helvetica Neue', Arial, sans-serif;
color: #2d3748;
line-height: 1.6;
background-color: #ffffff;
min-height: 100vh;
display: flex;
flex-direction: column;
}
.error-content {
display: flex;
align-items: center;
justify-content: center;
padding: 40px 20px;
height: calc(100vh - 420px);
}
.error-container {
max-width: 1200px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
gap: 60px;
}
.error-code {
text-align: center;
}
.error-code h1 {
font-size: 12rem;
font-size: clamp(8rem, 0.5rem + 2.5vw, 12rem);
margin: 0;
color: #2c5381;
font-weight: 800;
line-height: 1;
}
.error-code p {
font-size: 2rem;
color: #4a5568;
margin-top: 10px;
font-weight: 600;
}
.error-info {
max-width: 500px;
}
.error-info h2 {
font-size: 2.5rem;
color: #1a202c;
margin: 0 0 20px 0;
font-weight: 700;
}
.error-info p {
color: #4a5568;
font-size: 1.1rem;
line-height: 1.7;
margin-bottom: 30px;
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
user-select: none;
text-decoration: none;
padding: 14px 28px;
cursor: pointer;
font-weight: 600;
font-size: 16px;
background-color: #2c5381;
color: #fff;
border: none;
border-radius: 4px;
transition: background-color 0.2s ease;
}
.btn:hover {
background-color: #1e4063;
}
.btn-secondary {
background-color: #ffc832;
color: #000;
margin-left: 15px;
}
.btn-secondary:hover {
background-color: #e6b42d;
}
.btn i {
margin-right: 8px;
}
@media (max-width: 768px) {
.error-container {
flex-direction: column;
gap: 40px;
text-align: center;
}
.error-code h1 {
font-size: 8rem;
}
.error-code p {
font-size: 1.5rem;
}
.error-info h2 {
font-size: 2rem;
}
.error-info p {
font-size: 1rem;
}
.btn {
display: block;
width: 100%;
margin-bottom: 10px;
}
.btn-secondary {
margin-left: 0;
}
}
@media (max-width: 480px) {
.error-code h1 {
font-size: 6rem;
}
.error-code p {
font-size: 1.3rem;
}
.error-info h2 {
font-size: 1.8rem;
}
}
</style>
<link rel="stylesheet" href="https://mirrors.sustech.edu.cn/cdnjs//ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<!-- Header 将从外部引入 -->
<header>
<div class="left">Lamina</div>
<div class="right">
<a href="/">Home</a>
<a href="/download/">Download</a>
<a href="/donate/">Donate</a>
<a href="https://wiki.lm-lang.org/" target="_blank">Wiki</a>
<a href="https://forum.lm-lang.org/" target="_blank">Forum</a>
</div>
</header>
<main>
<div class="error-content">
<div class="error-container">
<div class="error-code">
<h1>404</h1>
<p>页面未找到</p>
</div>
<div class="error-info">
<h2>抱歉,页面走丢了!</h2>
<p>您访问的页面可能已被移动、删除,或者暂时不可用。请检查URL是否正确,或返回首页继续浏览。</p>
<div>
<a href="/" class="btn"><i class="fas fa-home"></i> 返回首页</a>
<a href="javascript:history.back()" class="btn btn-secondary"><i class="fas fa-arrow-left"></i>
返回上一页</a>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="footer-content">
<div class="footer-main">
<div class="footer-links">
<div class="footer-column">
<h4><i class="fas fa-comments"></i> 社区交流</h4>
<ul>
<li>
<a
href="https://qm.qq.com/cgi-bin/qm/qr?k=sSj7q14HP3UT2OlNqzmSVyp7EsPcthgZ&jump_from=webapi&authKey=uwVxTygvRRdev2UggBbMplJhWNWyebOw6SECSOGt4aldKqD9KMivdjqkOfT/L15I">
<i class="fab fa-qq"></i> QQ群: 917929893
</a>
</li>
<li>
<a href="https://discord.gg/YBBazvzC" target="_blank">
<i class="fab fa-discord"></i> Discord 群组
</a>
</li>
<li>
<a href="/donate">
❤️ 捐助
</a>
</li>
</ul>
</div>
<div class="footer-column">
<h4><i class="fab fa-github"></i> 代码仓库</h4>
<ul>
<li>
<a href="https://github.com/Lamina-dev/Lamina" target="_blank">
<i class="fas fa-code"></i> Lamina 语言源码
</a>
</li>
<li>
<a href="https://github.com/Lamina-dev/LamLab" target="_blank">
<i class="fas fa-laptop-code"></i> LamLab IDE
</a>
</li>
</ul>
</div>
<div class="footer-column">
<h4><i class="fas fa-book"></i> 学习资源</h4>
<ul>
<li>
<a href="https://wiki.lm-lang.org/" target="_blank">
<i class="fas fa-book-open"></i> 官方文档
</a>
</li>
<li>
<a href="https://forum.lm-lang.org/" target="_blank">
<i class="fas fa-comment-dots"></i> 社区论坛
</a>
</li>
</ul>
</div>
</div>
<div class="footer-info">
<h4>Lamina</h4>
<p>高性能数学计算编程语言</p>
</div>
</div>
<div class="copyright">
© 2025
<script>document.write((new Date()).getFullYear() != 2025 ? "-" + (new Date()).getFullYear() : "")</script>
Lamina语言项目 | 保留所有权利<br>
本页面为Lamina语言官方页面
</div>
</div>
</footer>
</body>
</html>