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; + }