forked from varia/varia.website
Update 'content/we-hope-this-email_EN.md'
This commit is contained in:
parent
c2bd5077f8
commit
bfbbf3fa61
@ -36,4 +36,16 @@ Home-made canned laughter
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
**We really do hope that you are well in these times.*
|
**We really do hope that you are well in these times.*
|
||||||
|
|
||||||
|
<script src="https://lurk.org/muc/player.js" type="text/javascript"></script>
|
||||||
|
|
||||||
|
<span>
|
||||||
|
<audio id="player" preload="none" src="http://w-i-t-m.net:8001/radiodrama"> </audio>
|
||||||
|
<div>
|
||||||
|
<button onclick="document.getElementById('player').play()">Play</button>
|
||||||
|
<button onclick="document.getElementById('player').pause();document.getElementById('player').src=document.getElementById('player').src;">Stop</button>
|
||||||
|
<button onclick="document.getElementById('player').volume += 0.1">Vol +</button>
|
||||||
|
<button onclick="document.getElementById('player').volume -= 0.1">Vol -</button>
|
||||||
|
</div>
|
||||||
|
</span>
|
Loading…
Reference in New Issue
Block a user