Create 60s.html
This commit is contained in:
parent
e3cfefef72
commit
be45dc45a5
20
test/60s.html
Normal file
20
test/60s.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user