From 7901f38cb755e4bab0400d109cdad5f04892abcd Mon Sep 17 00:00:00 2001 From: staceyshih Date: Wed, 3 Dec 2025 20:26:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8A=A0=E5=85=A5=20Stacey=20=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-03-staceyshih/index.html | 13 +++++++++++++ students/2025-12-03-staceyshih/style.css | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 students/2025-12-03-staceyshih/index.html create mode 100644 students/2025-12-03-staceyshih/style.css diff --git a/students/2025-12-03-staceyshih/index.html b/students/2025-12-03-staceyshih/index.html new file mode 100644 index 0000000..d9170e6 --- /dev/null +++ b/students/2025-12-03-staceyshih/index.html @@ -0,0 +1,13 @@ + + + + + + + Stacey Shih's Page + + +

Welcome to Stacey Shih's Page!

+

This is a simple webpage created by Stacey Shih.

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