diff --git a/index.html b/index.html index a4eca4a..f44baf4 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,12 @@ - - - - Page Title - - -

first paragraph

- - + + + + Page Title + + +

This is a Heading

+

first paragraph

+

This is a paragraph.

+

This ia a another paragraph

+ + diff --git a/index.js b/index.js index cf65b11..6d6c428 100644 --- a/index.js +++ b/index.js @@ -1,2 +1 @@ -console.log("hello git"); - +console.log("hello git and Github");