From 663d0e58cb1093c03fd2a270eaa65d514e6643b2 Mon Sep 17 00:00:00 2001 From: ryan ruzani Date: Sun, 2 Apr 2023 13:33:15 +0200 Subject: [PATCH 1/4] add some html --- index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index e51d74d..dfa5901 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,10 @@ - - - -Page Title - - -

first paragraph.

- - - + + + +Page Title + + +

first paragraph.

+ + + From 688c808e77f23dd33757e3365d43415fdec20872 Mon Sep 17 00:00:00 2001 From: ryan ruzani Date: Sun, 2 Apr 2023 13:37:42 +0200 Subject: [PATCH 2/4] added another p tag --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index dfa5901..eab53ab 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@

first paragraph.

+

This is another paragraph.

From 20cf3ed478246f2ba6a8dcd9b2d8514e5ab9cb55 Mon Sep 17 00:00:00 2001 From: ryanruzani <113925293+ryanruzani@users.noreply.github.com> Date: Sun, 2 Apr 2023 13:35:46 +0200 Subject: [PATCH 3/4] Update index.html --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index eab53ab..df875cb 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,9 @@ Page Title +

This is a Heading

first paragraph.

-

This is another paragraph.

+

This is a paragraph.

+

This is another paragraph.

- From eccfac5817873b1a6d26f848376f242f01617274 Mon Sep 17 00:00:00 2001 From: ryan ruzani Date: Sun, 2 Apr 2023 15:35:11 +0200 Subject: [PATCH 4/4] added Github --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8ed859e..b52cd9d 100644 --- a/index.js +++ b/index.js @@ -1 +1 @@ -console.log("hello git"); +console.log("hello git" and Github);