From e7f7c61a0a6f6fe081aa5868d74c00a89a7be3c1 Mon Sep 17 00:00:00 2001 From: Joy Date: Tue, 2 Dec 2025 22:57:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8A=A0=E5=85=A5=20Joy=20=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-02-rongou/index.html | 12 ++++++++++++ students/2025-12-02-rongou/style.css | 4 ++++ 2 files changed, 16 insertions(+) create mode 100644 students/2025-12-02-rongou/index.html create mode 100644 students/2025-12-02-rongou/style.css diff --git a/students/2025-12-02-rongou/index.html b/students/2025-12-02-rongou/index.html new file mode 100644 index 0000000..fe613e5 --- /dev/null +++ b/students/2025-12-02-rongou/index.html @@ -0,0 +1,12 @@ + + + + + + 第一週:提交自己人生中,第一個 Git 版本程式碼審核吧 + + + +

Hi~ 我是 Joy

+ + \ No newline at end of file diff --git a/students/2025-12-02-rongou/style.css b/students/2025-12-02-rongou/style.css new file mode 100644 index 0000000..5a4b565 --- /dev/null +++ b/students/2025-12-02-rongou/style.css @@ -0,0 +1,4 @@ +h1 { + color: blue; + font-weight: bold; +} \ No newline at end of file