add random chance of playing

This commit is contained in:
Zoey 2023-04-23 11:31:02 -07:00
parent d246b4b0ac
commit 02b4b28959
No known key found for this signature in database
GPG key ID: 0E87B6A5795E040B
2 changed files with 31 additions and 0 deletions

View file

@ -15,6 +15,13 @@
<img class="pipe" src="/pipe.jpg" alt="metal pipe from metal pipe fallout sound effect videos">
</p>
<p><button id="play-now">play now</button></p>
<p>
<input type="checkbox" id="play-at-random">
<label for="play-at-random">play at random</label>
</p>
<p>
<label>one in <input type="number" min="0" value="100" id="random-chance"> chance of playing every minute</label>
</p>
</body>
</html>