Create 60s.html

This commit is contained in:
hossein s. borhani 2022-07-23 21:58:38 +04:30 committed by GitHub
parent e3cfefef72
commit be45dc45a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
test/60s.html Normal file
View File

@ -0,0 +1,20 @@
<!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; padding: 2% 10%; margin: auto;}
p {color: #ccc;}
</style>
<body>
60s.m3u <audio src="https://raw.githubusercontent.com/junguler/m3u-radio-music-playlists/main/60s.m3u" controls="controls"></audio>
</body>
</html>