From 4aa5aca952a23af5e93a7c0483109f81c5f83c7d Mon Sep 17 00:00:00 2001 From: BushraNazish Date: Mon, 21 Mar 2022 11:46:01 +0530 Subject: [PATCH 1/4] add some html --- index.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 13f4419..a66092d 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,11 @@ - - - -Page Title - - - -

first paragraph.

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

first paragraph.

+ + + From 75fea44a332524036ca52e20e13c95d83b791315 Mon Sep 17 00:00:00 2001 From: BushraNazish Date: Mon, 21 Mar 2022 11:53:24 +0530 Subject: [PATCH 2/4] added another p tag --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index a66092d..5f81df7 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,7 @@ Page Title -

first paragraph.

- +

This is an another paragraph.

From 8b26bea526d273c0142fbc71154a3204b85756da Mon Sep 17 00:00:00 2001 From: Bushra Nazish <84004945+BushraNazish@users.noreply.github.com> Date: Mon, 21 Mar 2022 11:50:12 +0530 Subject: [PATCH 3/4] Update index.html --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 5f81df7..e211403 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,11 @@ Page Title +

This is a Heading

first paragraph.

This is an another paragraph.

+

This is a paragraph.

+ + From 84bbcee74a47f2514d6786b5dd35c8d88eb37ea2 Mon Sep 17 00:00:00 2001 From: BushraNazish Date: Mon, 21 Mar 2022 13:00:59 +0530 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..6d6c428 100644 --- a/index.js +++ b/index.js @@ -1 +1 @@ -console.log("hello git"); +console.log("hello git and Github");