diff --git a/students/2025-12-02-wushinyi/index.html b/students/2025-12-02-wushinyi/index.html new file mode 100644 index 0000000..eced243 --- /dev/null +++ b/students/2025-12-02-wushinyi/index.html @@ -0,0 +1,12 @@ + + + + + + 關於我 --- + + + +

Hello, 我是 Phoebe !!!

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