1 thought on “Hello world!”

Leave a Reply to A WordPress Commenter Cancel Reply

Your email address will not be published. Required fields are marked *

window.addEventListener("load", function () { var audio = document.querySelector('audio'); // Modify if using a specific player ID if (audio) { audio.play(); } });