12 lines
339 B
HTML
12 lines
339 B
HTML
<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;color: #ccc;margin: 10%;}</style>
|
|
<body>
|
|
<audio src="../60s.m3u" controls="controls" autoplay=""></audio>
|
|
</body>
|
|
</html>
|