mirror of
https://github.com/junguler/m3u-radio-music-playlists.git
synced 2024-11-05 12:00:11 +00:00
08d11d1a29
this makes the download smaller and puts everything in one line which helps me modify these file in the future much easier, https://github.com/tdewolff/minify
1 line
203 B
HTML
Executable File
1 line
203 B
HTML
Executable File
<!doctype html><meta charset=utf-8><title>Listen to the playlist</title><script src=./m3u-player.js defer></script><style>body{background:#222;color:#ccc}</style><audio src=../disco.m3u controls </audio> |