const audio = document.getElementById('bgAudio'); const btn = document.getElementById('audioToggle'); btn.addEventListener('click', function() { if (audio.paused) { audio.play().then(() => { btn.textContent = 'Sound: On'; btn.style.opacity = '1'; }).catch(error => { console.log("Audio blockiert:", error); }); } else { audio.pause(); btn.textContent = 'Sound: Off'; btn.style.opacity = '0.5'; } });

l'ode à l'entre-deux.

IMPRINT

BERLIN | NAPLES

© Sara Gjèn 2026

NUÉA
A publishing label by Sara Gjèn
PUBLISHER
Sara Gjèn
Chausseestr. 86
10115 Berlin
CONTACT
[email protected]
VAT ID
DE299000770