From 54398e4779f680c829ecbe9e9ff57b9ceed1c073 Mon Sep 17 00:00:00 2001 From: jamilmendez Date: Sat, 1 May 2021 20:34:31 -0500 Subject: [PATCH 1/4] add some html --- index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index aa9412f..c3a83b5 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,9 @@ - - - - Page Title - - -

First paragraph.

- - + + + + Page Title + + +

First paragraph.

+ + \ No newline at end of file From 71561453ae0705c8e11657ed84eebd80b43b8998 Mon Sep 17 00:00:00 2001 From: jamilmendez Date: Sat, 1 May 2021 20:45:40 -0500 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 c3a83b5..7181ac3 100644 --- a/index.html +++ b/index.html @@ -5,5 +5,6 @@

First paragraph.

+

This is a another paragraph.

\ No newline at end of file From f0606b666c4f18433bd93f9ade688898182418ad Mon Sep 17 00:00:00 2001 From: jamilDev <46139789+jamilmendez@users.noreply.github.com> Date: Sat, 1 May 2021 20:42:16 -0500 Subject: [PATCH 3/4] Update index.html --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 7181ac3..b5f687f 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,9 @@ Page Title +

This is a Heading

First paragraph.

This is a another paragraph.

+

This is a paragraph

\ No newline at end of file From 03f225b678c52681f82cd2f2de1e2396195cc95a Mon Sep 17 00:00:00 2001 From: jamilmendez Date: Sat, 1 May 2021 21:41:52 -0500 Subject: [PATCH 4/4] added Github --- code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code.js b/code.js index cf65b11..b1e638a 100644 --- a/code.js +++ b/code.js @@ -1,2 +1,2 @@ -console.log("hello git"); +console.log("hello Git and Github");