diff --git a/nginx/html/fart.mp3 b/nginx/html/fart.mp3 new file mode 100644 index 0000000..2ff1fe1 Binary files /dev/null and b/nginx/html/fart.mp3 differ diff --git a/nginx/html/index.html b/nginx/html/index.html index 4718486..3e94eed 100644 --- a/nginx/html/index.html +++ b/nginx/html/index.html @@ -59,7 +59,7 @@ position: fixed; width: max-content; font-family: Poppins, Helvetica, sans-serif; - font-size: 1rem; + top: 5%; " > mindboost - media server @@ -92,7 +92,7 @@ /* ---------- Audio-setup & wobbly button ---------- */ ;(async () => { const BUTTON = document.getElementById("soundBtn") - const AUDIO_FILE = "demo-ping.mp3" // <-- change path/format at will + const AUDIO_FILE = "fart.mp3" // <-- change path/format at will let ctx, buffer // Pre-fetch & decode once (lazy: only on first click)