Oops, I forgot the shock button (The entire point of this)
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user