diff --git a/students/2025-11-04-pochao/index.html b/students/2025-11-04-pochao/index.html new file mode 100644 index 00000000..dd867143 --- /dev/null +++ b/students/2025-11-04-pochao/index.html @@ -0,0 +1,12 @@ + + + + + + Document + + + +

Hello World

+ + \ No newline at end of file diff --git a/students/2025-11-04-pochao/style.css b/students/2025-11-04-pochao/style.css new file mode 100644 index 00000000..64ef7a2d --- /dev/null +++ b/students/2025-11-04-pochao/style.css @@ -0,0 +1,4 @@ +h1 { + color: blue; + text-align: center; +} \ No newline at end of file