diff --git a/index.html b/index.html new file mode 100644 index 0000000..e671cff --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + + + + html made by Wayne + + + + +

Hello!

+

This is Wayne's page.

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