From d47715ee40c931340ebad4b02d7f4e69f969ef72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=89=A1=E8=9B=8E?= Date: Sun, 8 Jun 2025 11:42:47 +0800 Subject: [PATCH] =?UTF-8?q?refactor/nginx:=20=E4=BC=98=E5=8C=96=20404=20?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=92=8C=E9=A6=96=E9=A1=B5=E7=9A=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 重新设计了 404 页面的布局和样式,使其更加简洁和响应式 - 添加了暗黑模式支持,提升用户体验 - 优化了首页的样式,增加了链接的视觉效果 --- nginx/37point2.cn/404.html | 149 ++++++++++++----------------------- nginx/37point2.cn/index.html | 10 +++ 2 files changed, 62 insertions(+), 97 deletions(-) diff --git a/nginx/37point2.cn/404.html b/nginx/37point2.cn/404.html index 3b2251f..402fe42 100644 --- a/nginx/37point2.cn/404.html +++ b/nginx/37point2.cn/404.html @@ -1,108 +1,63 @@ - - + + - 404 - 页面未找到 + 404 Not Found - - -
-

404

-

页面未找到

-

很抱歉,您访问的页面不存在或已被移动。

- 返回首页 -
- + + +
+

404

+

页面未找到,可能已被移除或不存在。

+

返回首页

+
+ diff --git a/nginx/37point2.cn/index.html b/nginx/37point2.cn/index.html index 5d3fa80..74acdfb 100644 --- a/nginx/37point2.cn/index.html +++ b/nginx/37point2.cn/index.html @@ -46,6 +46,16 @@ align-items: center; flex-wrap: wrap; } + + a { + color: #3b82f6; + text-decoration: none; + font-weight: 500; + } + + a:hover { + text-decoration: underline; + }