diff options
author | sanine <sanine.not@pm.me> | 2024-07-06 12:09:59 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2024-07-06 12:09:59 -0500 |
commit | 2a2dadfb9739874044bdcc20cf6152115a04bc07 (patch) | |
tree | 38fd82a28d6cdf979f2b5e613a39e3f0fbb15341 /index.html | |
parent | 2f300a221b850ae66a785523436511c06b318a22 (diff) |
add button sfx
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ <audio id="sfx-resource" src="sounds/sfx/gui-beep/33776__jobro__1-beep-b.wav"></audio> <audio id="sfx-done" src="sounds/sfx/gui-beep/33787__jobro__5-beep-a.wav"></audio> <audio id="sfx-wrong" src="sounds/sfx/gui-beep/33789__jobro__5-beep-c.wav"></audio> + + <audio id="sfx-buttonenter" src="sounds/sfx/gui-beep/33777__jobro__1-beep-c.wav"></audio> + <audio id="sfx-buttonclick" src="sounds/sfx/gui-beep/33778__jobro__2-beep-a.wav"></audio> + <div id="root"></div> </body> </html> |