2022-07-23 18:29:11 +00:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
2022-07-23 18:20:17 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
2022-07-23 18:44:23 +00:00
|
|
|
<title>Listen to the playlist</title>
|
|
|
|
<head>
|
2022-07-23 18:20:17 +00:00
|
|
|
<script src="./m3u-player.js" defer="defer"></script>
|
2022-07-23 18:44:23 +00:00
|
|
|
<style> body {background: #222;color: #ccc;}</style>
|
2022-07-23 18:20:17 +00:00
|
|
|
<body>
|
2022-07-23 18:44:23 +00:00
|
|
|
<audio src="../trance.m3u" controls="controls"</audio>
|
2022-07-23 18:20:17 +00:00
|
|
|
</body>
|
|
|
|
</html>
|