You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
345 B
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Listen to the trance playlist</title>
</head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;margin: 10%;}</style>
<body>
<audio src="../trance.m3u" controls="controls" autoplay=""></audio>
</body>
</html>