Create 60s.html

pull/16/head
hossein s. borhani 2 years ago committed by GitHub
parent ce110d75a6
commit 3ae524c2f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,12 @@
<!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;color: #ccc;margin: 10%;}</style>
<body>
<audio src="../60s.m3u" controls="controls" autoplay=""></audio>
</body>
</html>
Loading…
Cancel
Save