From fb3c7b1f764f70f9c48881157c98600f200e7c16 Mon Sep 17 00:00:00 2001 From: wayneLinux Date: Sat, 15 Sep 2018 07:17:58 -0700 Subject: [PATCH 1/3] Adding start html --- index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..2749135 --- /dev/null +++ b/index.html @@ -0,0 +1,10 @@ + + + +html made by Wayne + + + +

Hello!

+

This is Wayne's page.

+ \ No newline at end of file From 88fda044269d8a507b9ae97a4fcde2e3f3a8a75a Mon Sep 17 00:00:00 2001 From: wayneLinux Date: Sat, 15 Sep 2018 07:26:36 -0700 Subject: [PATCH 2/3] Added html tag --- index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2749135..c8210ee 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ - + + html made by Wayne @@ -7,4 +8,6 @@

Hello!

This is Wayne's page.

- \ No newline at end of file + + + \ No newline at end of file From a7d22ea95d6643f96e941e0310d01d692ecdc5fd Mon Sep 17 00:00:00 2001 From: "Wayne.Xu" Date: Sat, 15 Sep 2018 09:05:38 -0700 Subject: [PATCH 3/3] css added --- index.html | 5 +++-- styles/style.css | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 styles/style.css diff --git a/index.html b/index.html index c8210ee..e671cff 100644 --- a/index.html +++ b/index.html @@ -2,11 +2,12 @@ -html made by Wayne + html made by Wayne + -

Hello!

+

Hello!

This is Wayne's page.

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; +}