diff --git a/index.html b/index.html index 509c7a7..ce0a600 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@
-

Will you go out with me?

+

Will you marry me?

gif
diff --git a/script.js b/script.js index f6c1ad1..3bd7fa2 100644 --- a/script.js +++ b/script.js @@ -5,7 +5,8 @@ const yesBtn = document.querySelector(".yes-btn"); const noBtn = document.querySelector(".no-btn"); yesBtn.addEventListener("click", () => { - question.innerHTML = "Yay, see you on the 18th!"; + question.innerHTML = "Yay, you can't leave me now!😝" +; gif.src = "https://media.giphy.com/media/UMon0fuimoAN9ueUNP/giphy.gif"; });