22 lines
573 B
HTML
22 lines
573 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Radio bullshit, la radio du paradis !</title>
|
|
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon">
|
|
<link rel="icon" href="/static/favicon.ico" type="image/x-icon">
|
|
</head>
|
|
<body>
|
|
<audio controls autoplay>
|
|
<source src="/radio-bullshit" type="audio/mpeg" preload="none" >
|
|
</audio>
|
|
|
|
<p>
|
|
<ul>
|
|
<li><a href="/radio-bullshit">VLC Stream</a></li>
|
|
<li><a href="/radio-bullshit.m3u">M3U file</a></li>
|
|
</ul>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |