Change radio location

This commit is contained in:
Zuckerberg 2022-05-09 14:43:12 -04:00
parent 585ce4e3d0
commit 72e7a9e80b

View File

@ -6,17 +6,17 @@
</head> </head>
<body> <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> <br>
<div id="app" style="height: 100vh"></div> <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@2.6.7/lib/butterchurn.min.js"></script>
<script src="https://unpkg.com/butterchurn-presets@2.4.7/lib/butterchurnPresets.min.js"></script> <script src="https://unpkg.com/butterchurn-presets@2.4.7/lib/butterchurnPresets.min.js"></script>
<script> <script>
const Webamp = window.Webamp; const Webamp = window.Webamp;
new Webamp({ new Webamp({
initialTracks: [{ initialTracks: [{
url: "https://radio.neet.space/stream.mp3", url: "https://radio.runyan.org/stream.mp3",
duration: 0.0 duration: 0.0
}], }],
__butterchurnOptions: { __butterchurnOptions: {