Change radio location
This commit is contained in:
parent
585ce4e3d0
commit
72e7a9e80b
@ -6,17 +6,17 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<b>Listen directly to the stream <a href="https://radio.neet.space/stream.mp3">here</a>.</b>
|
||||
<b>Listen directly to the stream <a href="https://radio.runyan.org/stream.mp3">here</a>.</b>
|
||||
<br>
|
||||
<div id="app" style="height: 100vh"></div>
|
||||
<script src="https://unpkg.com/webamp@1.4.2/built/webamp.bundle.min.js"></script>
|
||||
<script src="https://unpkg.com/webamp@1.5.0/built/webamp.bundle.min.js"></script>
|
||||
<script src="https://unpkg.com/butterchurn@2.6.7/lib/butterchurn.min.js"></script>
|
||||
<script src="https://unpkg.com/butterchurn-presets@2.4.7/lib/butterchurnPresets.min.js"></script>
|
||||
<script>
|
||||
const Webamp = window.Webamp;
|
||||
new Webamp({
|
||||
initialTracks: [{
|
||||
url: "https://radio.neet.space/stream.mp3",
|
||||
url: "https://radio.runyan.org/stream.mp3",
|
||||
duration: 0.0
|
||||
}],
|
||||
__butterchurnOptions: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user