Lee Hyori

El álbum 'Monochrome' de Lee Hyori sigue sonando como si hubiera salido hace poco, con tópicos que se mantienen hoy en día.
document.addEventListener("DOMContentLoaded", function () { const buttons = document.querySelectorAll('.play-audio'); const audioURL = document.querySelector('.audio-data')?.textContent.trim(); if (!audioURL) { console.warn("No se encontró el audio"); return; } buttons.forEach(button => { button.style.cursor = "pointer"; button.addEventListener("click", function () { const audio = new Audio(audioURL); audio.play(); }); }); });

Suscríbete a nuestro newsletter