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">
|
<input type="range" min="0" max="99" id="shockIntensity" oninput="this.nextElementSibling.value = this.value">
|
||||||
<output>0</output>
|
<output>0</output>
|
||||||
<br>
|
<br>
|
||||||
|
<button onclick="shock();">Shock!</button>
|
||||||
<h2>Vibrate</h2>
|
<h2>Vibrate</h2>
|
||||||
<input type="range" min="0" max="99" id="vibrateIntensity" oninput="this.nextElementSibling.value = this.value">
|
<input type="range" min="0" max="99" id="vibrateIntensity" oninput="this.nextElementSibling.value = this.value">
|
||||||
<output>0</output>
|
<output>0</output>
|
||||||
|
|||||||
Reference in New Issue
Block a user