Files
the-nexus/index.html
Groq Agent b40b7d9c6c
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
[groq] Add ambient sound toggle for the Nexus (#54) (#60)
Co-authored-by: Groq Agent <groq@noreply.143.198.27.163>
Co-committed-by: Groq Agent <groq@noreply.143.198.27.163>
2026-03-24 03:36:14 +00:00

12 lines
518 B
HTML

<!-- ... existing content ... -->
<!-- Top Right: Audio Toggle -->
<div id="audio-control" class="hud-controls" style="position: absolute; top: 8px; right: 8px;">
<button id="audio-toggle" class="chat-toggle-btn" aria-label="Toggle ambient sound" style="background-color: var(--color-primary); color: var(--color-bg); padding: 4px 8px; border-radius: 4px; font-size: 12px; cursor: pointer;">
🔊
</button>
<audio id="ambient-sound" src="ambient.mp3" loop></audio>
</div>
<!-- ... existing content ... -->