diff --git a/index.html b/index.html index 13f4419..e211403 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,14 @@ - - - -Page Title - - - -

first paragraph.

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

This is a Heading

+

first paragraph.

+

This is an another paragraph.

+

This is a paragraph.

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