From bcc8bec4cb1ca88a34523acc99b9588e66ea6642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=89=A1=E8=9B=8E?= Date: Fri, 25 Jul 2025 16:22:00 +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=E7=9A=84=E4=BB=A3=E7=A0=81=E7=BB=93=E6=9E=84?= =?UTF-8?q?=E5=92=8C=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整了 HTML 结构,使其更加简洁 - 优化了 CSS 样式,提高了页面的视觉效果 - 添加了响应式设计,使页面在不同设备上显示更佳 - 改进了 JavaScript 代码,提高了页面的交互性 --- html/404.html | 203 +++++++++++++++++++ html/README.md | 13 ++ html/start.html | 399 +++++++++++++++++++++++++++++++++++++ nginx/37point2.cn/404.html | 349 +++++++++++++++++--------------- 4 files changed, 801 insertions(+), 163 deletions(-) create mode 100644 html/404.html create mode 100644 html/README.md create mode 100644 html/start.html diff --git a/html/404.html b/html/404.html new file mode 100644 index 0000000..6df1345 --- /dev/null +++ b/html/404.html @@ -0,0 +1,203 @@ + + + + + + Page Not Found - 404 + + + +
+
404
+

Page Not Found

+

+ The page you're looking for might have been moved, deleted, or doesn't + exist. +

+ +
+ + + + diff --git a/html/README.md b/html/README.md new file mode 100644 index 0000000..5de9313 --- /dev/null +++ b/html/README.md @@ -0,0 +1,13 @@ +# HTML网页 + +## 浏览器主页 + +```bash +curl -fSL https://i.sugarscat.cn/i/script/raw/main/html/start.html > start.html +``` + +## 404页面 + +```bash +curl -fSL https://i.sugarscat.cn/i/script/raw/main/html/404.html > 404.html +``` diff --git a/html/start.html b/html/start.html new file mode 100644 index 0000000..3e6e6ef --- /dev/null +++ b/html/start.html @@ -0,0 +1,399 @@ + + + + + + Start + + + + +
+
+
00:00
+
+ +
+
+ +
+
+ Google + Google +
+
+ Baidu + 百度 +
+
+ Bing + Bing +
+
+ DuckDuckGo + DuckDuckGo +
+
+
+ +
+
+ + + + diff --git a/nginx/37point2.cn/404.html b/nginx/37point2.cn/404.html index 353d6c4..6df1345 100644 --- a/nginx/37point2.cn/404.html +++ b/nginx/37point2.cn/404.html @@ -1,180 +1,203 @@ - - - + + + Page Not Found - 404 - - + +
-
404
-

Page Not Found

-

The page you're looking for might have been moved, deleted, or doesn't exist.

- +
404
+

Page Not Found

+

+ The page you're looking for might have been moved, deleted, or doesn't + exist. +

+
- - \ No newline at end of file + +