From b7baff1f539602b76fdf8b7215de2573e7c78d86 Mon Sep 17 00:00:00 2001 From: CSWilly Date: Sun, 7 Dec 2025 16:02:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8A=A0=E5=85=A5=20willyslchen=20?= =?UTF-8?q?=E5=80=8B=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-07-willyslchen/index.html | 12 ++++++++++++ students/2025-12-07-willyslchen/style.css | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 students/2025-12-07-willyslchen/index.html create mode 100644 students/2025-12-07-willyslchen/style.css diff --git a/students/2025-12-07-willyslchen/index.html b/students/2025-12-07-willyslchen/index.html new file mode 100644 index 00000000..d7aa9d01 --- /dev/null +++ b/students/2025-12-07-willyslchen/index.html @@ -0,0 +1,12 @@ + + + + + + Document + + + +

Hi , 我是 willyslchen

+ + \ No newline at end of file diff --git a/students/2025-12-07-willyslchen/style.css b/students/2025-12-07-willyslchen/style.css new file mode 100644 index 00000000..dddf9b28 --- /dev/null +++ b/students/2025-12-07-willyslchen/style.css @@ -0,0 +1,3 @@ +h1{ + color: blue; +} \ No newline at end of file