From e925ce87e0e849ed3e33a1d44c9fdefc9b705d08 Mon Sep 17 00:00:00 2001 From: pochao Date: Tue, 4 Nov 2025 09:18:05 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E5=8A=A0=E5=85=A5=E7=B0=BD?= =?UTF-8?q?=E5=88=B0=E8=B3=87=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- students/2025-11-04-pochao/indexl.html | 12 ++++++++++++ students/2025-11-04-pochao/style.css | 4 ++++ 2 files changed, 16 insertions(+) create mode 100644 students/2025-11-04-pochao/indexl.html create mode 100644 students/2025-11-04-pochao/style.css diff --git a/students/2025-11-04-pochao/indexl.html b/students/2025-11-04-pochao/indexl.html new file mode 100644 index 00000000..dd867143 --- /dev/null +++ b/students/2025-11-04-pochao/indexl.html @@ -0,0 +1,12 @@ + + + + + + Document + + + +

Hello World

+ + \ No newline at end of file diff --git a/students/2025-11-04-pochao/style.css b/students/2025-11-04-pochao/style.css new file mode 100644 index 00000000..64ef7a2d --- /dev/null +++ b/students/2025-11-04-pochao/style.css @@ -0,0 +1,4 @@ +h1 { + color: blue; + text-align: center; +} \ No newline at end of file From 82fd0bc0f16909bf14c670730adcdb7c3a93a9b7 Mon Sep 17 00:00:00 2001 From: pochao Date: Tue, 4 Nov 2025 09:20:23 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=AD=A3index=E6=AA=94=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- students/2025-11-04-pochao/{indexl.html => index.html} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename students/2025-11-04-pochao/{indexl.html => index.html} (100%) diff --git a/students/2025-11-04-pochao/indexl.html b/students/2025-11-04-pochao/index.html similarity index 100% rename from students/2025-11-04-pochao/indexl.html rename to students/2025-11-04-pochao/index.html