m3u-radio-music-playlists/test/60s.html
U-DESKTOP-3VIS1T9\junguler 1d9077e353 test
2022-07-23 22:12:42 +04:30

21 lines
443 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Listen to the 60s playlist</title>
</head>
<script src="../m3u-player.js" defer="defer"></script>
<style>
body {background: #222; margin: 10%;}
p {color: #ccc;}
</style>
<body>
<audio src="../60s.m3u" controls="controls" autoplay=""></audio>
</body>
</html>