add pages to listen to music online

pull/16/head
U-DESKTOP-3VIS1T9\junguler 2 years ago
parent 1a7661a475
commit 9bc28cc0e5

@ -1,11 +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>
<title>Listen to the playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;margin: 10%;}</style>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../60s.m3u" controls="controls" autoplay=""></audio>
<audio src="../60s.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../70s.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../80s.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../90s.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../acid_jazz.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../african.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../alternative.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../ambient.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../americana.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../anime.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../arabic.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../asian.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../big_band.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../bluegrass.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../blues.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../breakbeat.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../chillout.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../christian.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../classical.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../club.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../college.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../comedy.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../country.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../dance.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../deutsch.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../disco.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../discofox.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../downtempo.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../drum_and_bass.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../easy_listening.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../ebm.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../electronic.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../eurodance.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../film.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../folk.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../france.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../funk.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../goa.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../gospel.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../gothic.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../greek.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../hardcore.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../hardrock.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../hip_hop.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../house.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../india.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../indie.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../industrial.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../instrumental.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../italian.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../jazz.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../jpop.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../jungle.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../latin.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../links.txt.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../lounge.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../metal.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../mixed.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../musical.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../oldies.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../opera.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../polish.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../polka.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../pop.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../portugal.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../progressive.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../punk.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../quran.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../rap.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../reggae.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../retro.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../rnb.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../rock.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../romanian.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../russian.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../salsa.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../schlager.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../ska.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../smooth_jazz.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../soul.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../soundtrack.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../spain.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../spiritual.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../sport.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../swing.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../symphonic.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../talk.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../techno.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../top_40.m3u" controls="controls"</audio>
</body>
</html>

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

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../turk.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../urban.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../usa.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../various.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../wave.m3u" controls="controls"</audio>
</body>
</html>

@ -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 playlist</title>
<head>
<script src="./m3u-player.js" defer="defer"></script>
<style> body {background: #222;color: #ccc;}</style>
<body>
<audio src="../world.m3u" controls="controls"</audio>
</body>
</html>
Loading…
Cancel
Save