From 1ccbd7c91a5eec24d768413da2a58eddabef6bf5 Mon Sep 17 00:00:00 2001 From: hunglong513 Date: Tue, 4 Nov 2025 23:16:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8A=A0=E5=85=A5=E5=9C=8B=E9=BE=8D?= =?UTF-8?q?=E5=80=8B=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-11-04-hunglong513/index.html | 12 ++++++++++++ students/2025-11-04-hunglong513/style.css | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 students/2025-11-04-hunglong513/index.html create mode 100644 students/2025-11-04-hunglong513/style.css diff --git a/students/2025-11-04-hunglong513/index.html b/students/2025-11-04-hunglong513/index.html new file mode 100644 index 00000000..d203d202 --- /dev/null +++ b/students/2025-11-04-hunglong513/index.html @@ -0,0 +1,12 @@ + + + + + + Document + + + +

hi~我是國龍

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