From a92790bd5c6e680d288331f37d57ce34abd1fccc Mon Sep 17 00:00:00 2001 From: Phoebe Date: Tue, 2 Dec 2025 21:55:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8A=A0=E5=85=A5=E5=80=8B=E4=BA=BA?= =?UTF-8?q?=E8=BA=AB=E4=BB=BD=20-=20Phoebe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- students/2025-12-02-wushinyi/index.html | 12 ++++++++++++ students/2025-12-02-wushinyi/style.css | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 students/2025-12-02-wushinyi/index.html create mode 100644 students/2025-12-02-wushinyi/style.css diff --git a/students/2025-12-02-wushinyi/index.html b/students/2025-12-02-wushinyi/index.html new file mode 100644 index 0000000..eced243 --- /dev/null +++ b/students/2025-12-02-wushinyi/index.html @@ -0,0 +1,12 @@ + + + + + + 關於我 --- + + + +

Hello, 我是 Phoebe !!!

+ + \ No newline at end of file diff --git a/students/2025-12-02-wushinyi/style.css b/students/2025-12-02-wushinyi/style.css new file mode 100644 index 0000000..276b084 --- /dev/null +++ b/students/2025-12-02-wushinyi/style.css @@ -0,0 +1,3 @@ +h1 { + color: orange; +} \ No newline at end of file