diff --git a/index.html b/index.html index 2828ac9..9002aa3 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,10 @@ - - -
-First paragraph.
- - - + + + +First paragraph.
+This is another paragraph
+ + diff --git a/index.js b/index.js index 4cf4182..942c9c2 100644 --- a/index.js +++ b/index.js @@ -1 +1 @@ -console.log("Hello git"); +console.log("Hello git and Github");