From 6d1127342863b1b1722ce6c589eb1847afac7fb9 Mon Sep 17 00:00:00 2001 From: neyo1009 Date: Wed, 3 Dec 2025 14:46:53 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E5=8A=A0=E5=85=A5=E9=AC=A2=E8=A7=92?= =?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-03-imjiaobin/index.html | 11 +++++++++++ students/2025-12-03-imjiaobin/style.css | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 students/2025-12-03-imjiaobin/index.html create mode 100644 students/2025-12-03-imjiaobin/style.css diff --git a/students/2025-12-03-imjiaobin/index.html b/students/2025-12-03-imjiaobin/index.html new file mode 100644 index 0000000..48ad175 --- /dev/null +++ b/students/2025-12-03-imjiaobin/index.html @@ -0,0 +1,11 @@ + + + + + + Document + + +

Hi, 我是鬢角

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