diff options
| author | sD <stoned@derpymail.org> | 2020-07-13 18:35:55 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-07-13 18:35:55 +0200 |
| commit | e0ef7ad9a89854e0268b03203f5b00c9ddd49a40 (patch) | |
| tree | 662c5c882a669c29157583d9f945d4738f20aff0 /webAO/client.html | |
| parent | 284c907dfda629be2f3ff9f6875f0a61119b80cc (diff) | |
add slider
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webAO/client.html b/webAO/client.html index 717f9ea..3ffafdd 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -340,6 +340,9 @@ <p>Shouts</p> <audio id="client_shoutaudio" onvolumechange="changeShoutVolume()" controls></audio> + + <p>Testimony/Guilty</p> + <audio id="client_testimonyaudio" onvolumechange="changeTestinmonyVolume()" controls></audio> <p>Blip</p> <input id="client_bvolume" class="long" type="range" min="0" max="1" value="1" step="0.01" |
