Oops, I forgot the shock button (The entire point of this)

This commit is contained in:
2026-06-02 17:33:52 +01:00
parent 203a363a6c
commit 0f946fa8b0

View File

@ -23,6 +23,7 @@
<input type="range" min="0" max="99" id="shockIntensity" oninput="this.nextElementSibling.value = this.value">
<output>0</output>
<br>
<button onclick="shock();">Shock!</button>
<h2>Vibrate</h2>
<input type="range" min="0" max="99" id="vibrateIntensity" oninput="this.nextElementSibling.value = this.value">
<output>0</output>