diff --git a/index.html b/index.html index e5f0334..ac49363 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - Valentines Day + Valentines Day</Hey Aashika> <script src="https://cdn.tailwindcss.com"></script> <style> .gradient-background { @@ -79,17 +79,18 @@ <h2 id="valentineQuestion" class="text-4xl font-bold italic text-[#bd1e59] my-4" yesButton.style.width = `${buttonWidth}px`; yesButton.style.fontSize = `${fontSize}px`; // Update font size if (noClickCount < 6) { - noButton.textContent = ["No", "Are you sure?", "Pookie please", "Don't do this to me :(", "You're breaking my heart", "I'm gonna cry..."][noClickCount]; + noButton.textContent = ["No", "Are you sure?", "Vunti please", "Don't do this to me :(", "You're breaking my heart", "I'm gonna cry..."][noClickCount]; } } }); yesButton.addEventListener('click', () => { imageDisplay.src = './images/image7.gif'; // Change to image7.gif - valentineQuestion.textContent = "Yayyy!! :3"; // Change the question text + valentineQuestion.textContent = "I love you so much vunti!! :3"; // Change the question text responseButtons.style.display = 'none'; // Hide both buttons confetti(); // Trigger confetti animation }); </script> </body> -</html> \ No newline at end of file + +</html>