From 85f7909e8e4f5d8638ce542377cdaaa3af0ad781 Mon Sep 17 00:00:00 2001 From: Yekang Chang Date: Fri, 11 Aug 2023 19:29:39 -0700 Subject: [PATCH] Initial Commit --- index.html | 15 +++++++++++++++ styles.css | 1 + 2 files changed, 16 insertions(+) create mode 100644 index.html create mode 100644 styles.css 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