diff --git a/index.html b/index.html index 685eaea..c844da8 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,15 @@ - - - - Page title - - - -

This is a Heading

-

This is a paragraph

-

FIRST paragraph

- - + + + + Page title + + + +

This is a Heading

+

This is a paragraph

+

This is another paragraph

+ + + + + \ No newline at end of file diff --git a/index.js b/index.js index d5a6d78..12905bc 100644 --- a/index.js +++ b/index.js @@ -1,2 +1,2 @@ -console.log("Hello git"); +console.log("Hello git and learning Github");