From 2a0c8642e3227270cb9f694d93230ff08a7f756b Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Sat, 21 Jun 2025 23:24:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=BD=91=E7=AB=99?= =?UTF-8?q?=E5=BB=BA=E8=AE=BE=E4=B8=AD=E7=9A=84=E4=B8=B4=E6=97=B6=E9=A6=96?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加一个简单的HTML页面作为网站建设期间的临时首页,告知用户网站正在建设中 --- webout/www-root/index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 webout/www-root/index.html diff --git a/webout/www-root/index.html b/webout/www-root/index.html new file mode 100644 index 0000000..5b93258 --- /dev/null +++ b/webout/www-root/index.html @@ -0,0 +1,21 @@ + + + + 网站建设中 + + + +

网站正在建设中

+

请稍后再访问

+ + \ No newline at end of file