You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

56 lines
1.5 KiB

<!doctype html>
<html lang="bg">
<head>
<meta charset="utf-8">
<title>Радио онлайн</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Blagovest Petrov">
<meta name="description" content="Българско радио онлайн">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="navbar" id="top">
<div class="inner">
<a href="https://petrovs.info">About</a>
</div>
</nav>
<header class="container">
<section class="content">
</section>
</header>
<div id="app"></div>
<script src="https://unpkg.com/webamp@1.4.2/built/webamp.bundle.min.js"></script>
<script>
const Webamp = window.Webamp;
const webamp = new Webamp({
initialTracks: [
{
metaData: {
artist: "horizont",
title: "bnr"
},
url: "http://stream-bg-01.radiotangra.com:8000/Tangra-high",
duration: 9.22
},
{
metaData: {
artist: "Some Artist",
title: "Title of Second Track"
},
url: "https://cdn.jsdelivr.net/gh/captbaritone/webamp@43434d82cfe0e37286dbbe0666072dc3190a83bc/mp3/llama-2.91.mp3",
duration: 5.322286
}
],
});
webamp.renderWhenReady(document.getElementById('app'));
</script>
</body>
</html>