mirror of
https://github.com/junguler/m3u-radio-music-playlists.git
synced 2024-11-01 21:40:25 +00:00
13 lines
407 B
HTML
13 lines
407 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 playlist</title>
|
|
<head>
|
|
<script src="./m3u-player.js" defer="defer"></script>
|
|
<style> body {background: #222;color: #ccc;}</style>
|
|
<body>
|
|
<audio src="../industrial.m3u" controls="controls"</audio>
|
|
</body>
|
|
</html>
|