diff --git a/students/2026-04-03-lucy/index.html b/students/2026-04-03-lucy/index.html new file mode 100644 index 0000000..bd4a1f9 --- /dev/null +++ b/students/2026-04-03-lucy/index.html @@ -0,0 +1,12 @@ + + + + + + 自我介紹 + + + +

大家好~ 我是Lucy~

+ + \ No newline at end of file diff --git a/students/2026-04-03-lucy/style.css b/students/2026-04-03-lucy/style.css new file mode 100644 index 0000000..cd33c2a --- /dev/null +++ b/students/2026-04-03-lucy/style.css @@ -0,0 +1,3 @@ +h1{ + color: pink; +} \ No newline at end of file