diff --git a/app.js b/app.js index 2e56ded..938fa4f 100644 --- a/app.js +++ b/app.js @@ -2,5 +2,5 @@ const button = document.querySelector("button") button.addEventListener('click', () => { - alert("Yay, I love puppies") + alert("Yay, I love snakes!") }) \ No newline at end of file diff --git a/extra.css b/extra.css new file mode 100644 index 0000000..9feed2a --- /dev/null +++ b/extra.css @@ -0,0 +1,3 @@ +body{ + background-color: white; +} \ No newline at end of file diff --git a/index.html b/index.html index ef49f00..08a372b 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@