From b710459718638dd357e41b3153d9e7e2b41a7694 Mon Sep 17 00:00:00 2001 From: IsaacBanda Date: Sun, 22 Aug 2021 13:18:29 +0200 Subject: [PATCH 1/4] add some html --- index.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 3ed5dac..1eb0aca 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,10 @@ - - -HTML Tutorial - - -

First paragraph.

- - - + + + +HTML Tutorial + + +

First paragraph.

+ + + From e6bc67571d8d200b5b33da6b99428cc0a63112b7 Mon Sep 17 00:00:00 2001 From: IsaacBanda Date: Sun, 22 Aug 2021 13:22:08 +0200 Subject: [PATCH 2/4] added another P tag --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1eb0aca..0dcd3ab 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,6 @@

First paragraph.

- +

This is a paragraph.

From 58de043ac2d897b914efbf6ce6b68c881d4d9fe4 Mon Sep 17 00:00:00 2001 From: IsaacBanda Date: Sun, 22 Aug 2021 13:19:54 +0200 Subject: [PATCH 3/4] added the body of the html --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 0dcd3ab..f0a4c2e 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,8 @@

First paragraph.

-

This is a paragraph.

+

This is a paragraph.

+

This is a heading

+

This is a paragraph.

From c817dcac7969e12123e770fc10ed871045c36176 Mon Sep 17 00:00:00 2001 From: IsaacBanda Date: Sun, 22 Aug 2021 14:53:53 +0200 Subject: [PATCH 4/4] added git and hub --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 8b13789..56349bd 100644 --- a/index.js +++ b/index.js @@ -1 +1,2 @@ +console.log("Hello git and github") \ No newline at end of file