diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-06-19 07:11:00 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-06-19 07:11:00 +0200 |
| commit | 4bbe705e61a5bcffba4c95e79efbe459e5198d01 (patch) | |
| tree | 1231f49f0d6f417ea5a5425ba6cd4db550208f75 /content/notes/stream-chill-radio.md | |
| parent | b7df96d401fb93a124efb72044864ee87807984e (diff) | |
| download | mitjafelicijan.com-4bbe705e61a5bcffba4c95e79efbe459e5198d01.tar.gz | |
Removed chill stream
Diffstat (limited to 'content/notes/stream-chill-radio.md')
| -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 | ||
