diff --git a/app.js b/app.js index 2e56ded..b68588f 100644 --- a/app.js +++ b/app.js @@ -1,6 +1,4 @@ - - const button = document.querySelector("button") button.addEventListener('click', () => { alert("Yay, I love puppies") -}) \ No newline at end of file +}); \ No newline at end of file diff --git a/extra.css b/extra.css new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index ef49f00..d4e8b11 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@
-

Welcome to Github and Friends

+

Welcome to Github and Friends - Hash 👽 was here

diff --git a/style.css b/style.css index 976efae..7b2b998 100644 --- a/style.css +++ b/style.css @@ -29,5 +29,5 @@ button { button:hover { background: rgb(16, 56, 144); - + color: white; } \ No newline at end of file