diff --git a/index.html b/index.html new file mode 100644 index 0000000..67f44c2 --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + + + Yekang Chang + + + +
+

Hello, World!

+

This is a basic webpage example.

+
+ + \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..7cd741e --- /dev/null +++ b/styles.css @@ -0,0 +1 @@ +p { color: red; } \ No newline at end of file