diff --git a/index.html b/index.html index e51d74d..df875cb 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,12 @@ - - - -Page Title - - -

first paragraph.

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

This is a Heading

+

first paragraph.

+

This is a paragraph.

+

This is another paragraph.

+ + 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);