diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/notes/stream-chill-radio.md | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/content/notes/stream-chill-radio.md b/content/notes/stream-chill-radio.md deleted file mode 100644 index fc8a23e..0000000 --- a/content/notes/stream-chill-radio.md +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | --- | ||
| 2 | title: "Stream chill radio" | ||
| 3 | url: stream-chill-radio.html | ||
| 4 | date: 2023-06-01T22:10:36+02:00 | ||
| 5 | type: notes | ||
| 6 | draft: false | ||
| 7 | tags: [audio] | ||
| 8 | --- | ||
| 9 | |||
| 10 | Just click play to listen to the stream. | ||
| 11 | |||
| 12 | <audio id="stream-chill-radio" controls> | ||
| 13 | <source src="http://radio.stereoscenic.com/mod-s" type="audio/ogg"> | ||
| 14 | </audio> | ||
| 15 | |||
| 16 | <script> | ||
| 17 | const streamChillRadio = document.getElementById('stream-chill-radio'); | ||
| 18 | streamChillRadio.volume = 0.5; | ||
| 19 | </script> | ||
| 20 | |||
| 21 | Source: https://ambientmodern.com | ||
