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