From af74292a93de758a44f9c62630991931587ded30 Mon Sep 17 00:00:00 2001 From: yuping1624 Date: Mon, 3 Nov 2025 11:16:43 -0500 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8A=A0=E5=85=A5Yuna=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-11-03-yunatseng/index.html | 12 ++++++++++++ students/2025-11-03-yunatseng/style.css | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 students/2025-11-03-yunatseng/index.html create mode 100644 students/2025-11-03-yunatseng/style.css diff --git a/students/2025-11-03-yunatseng/index.html b/students/2025-11-03-yunatseng/index.html new file mode 100644 index 00000000..f451d83a --- /dev/null +++ b/students/2025-11-03-yunatseng/index.html @@ -0,0 +1,12 @@ + + + + + + Document + + + +

Hi, I'm Yuna

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