diff --git a/index.html b/index.html index 16ad4b5..0659e49 100644 --- a/index.html +++ b/index.html @@ -2748,7 +2748,7 @@ document.addEventListener('DOMContentLoaded', () => { console.log("Music prompt element found, adding click listener"); // Audio file URL - using a more reliable source - const audioUrl = 'https://theradicalparty.com/memes/steppingout.mp3'; + const audioUrl = 'https://theradicalparty.com/memes/notlikeus.mp3'; // Initialize music only when the "hit me" button is clicked musicPrompt.addEventListener('click', function(e) {