From 94b401b97b45de6f456c09915d5bb65cda12cea3 Mon Sep 17 00:00:00 2001 From: Blue Violin <127881863+blueforster@users.noreply.github.com> Date: Sun, 7 Dec 2025 15:55:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8A=A0=E5=85=A5forster=E5=80=8B?= =?UTF-8?q?=E4=BA=BA=E8=BA=AB=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- students/2025-12-07-linchingju/index.html | 14 ++++++++++++++ students/2025-12-07-linchingju/style.css | 8 ++++++++ 2 files changed, 22 insertions(+) create mode 100644 students/2025-12-07-linchingju/index.html create mode 100644 students/2025-12-07-linchingju/style.css diff --git a/students/2025-12-07-linchingju/index.html b/students/2025-12-07-linchingju/index.html new file mode 100644 index 0000000..281d384 --- /dev/null +++ b/students/2025-12-07-linchingju/index.html @@ -0,0 +1,14 @@ + + + + + + Lin Chingju's Page + + + + +

大家好,我是慶儒(Forster)

+

這是我的自我介紹頁面:

我喜歡有關貓的圖案。

+ + \ No newline at end of file diff --git a/students/2025-12-07-linchingju/style.css b/students/2025-12-07-linchingju/style.css new file mode 100644 index 0000000..97f2f72 --- /dev/null +++ b/students/2025-12-07-linchingju/style.css @@ -0,0 +1,8 @@ +h1{ + color: blue; +} +p{ + font-size: 20px; + line-height: 1.5; + color: brown; +} \ No newline at end of file