From 090fbc202b0fe64631777597c574631edba74386 Mon Sep 17 00:00:00 2001 From: furkid-me Date: Fri, 19 Dec 2025 13:57:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=8A=A0=E5=85=A5windg0409=E5=80=8B?= =?UTF-8?q?=E4=BA=BA=E8=BA=AB=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- students/2025-12-19-windg0409/index.html | 13 +++++++++++++ students/2025-12-19-windg0409/style.css | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 students/2025-12-19-windg0409/index.html create mode 100644 students/2025-12-19-windg0409/style.css diff --git a/students/2025-12-19-windg0409/index.html b/students/2025-12-19-windg0409/index.html new file mode 100644 index 0000000..463281a --- /dev/null +++ b/students/2025-12-19-windg0409/index.html @@ -0,0 +1,13 @@ + + + + + + Document + + + + +

哈囉

+ + \ No newline at end of file diff --git a/students/2025-12-19-windg0409/style.css b/students/2025-12-19-windg0409/style.css new file mode 100644 index 0000000..7bb230f --- /dev/null +++ b/students/2025-12-19-windg0409/style.css @@ -0,0 +1,3 @@ +h1{ + color: pink; +} \ No newline at end of file