boxcast-playlist/index.html

16 lines
382 B
HTML
Raw Normal View History

2022-04-22 16:56:41 -04:00
<!DOCTYPE html>
<html>
<head></head>
<body>
2022-04-26 10:39:25 -04:00
2022-04-25 10:36:55 -04:00
<div style="max-width:500px; margin: 0 auto;">
2022-04-25 17:23:23 -04:00
<div id="boxcast"></div>
2022-04-26 10:39:25 -04:00
<script type="module">
import Init from "./app.js";
const Channel = { Basics: "sfz7ja3rlpoous6usu8a", Sunday: "gzahmhugrzogttfdtbjj", Dev: "r3os2zfdnhlquhuypgtp" };
2022-04-26 16:00:04 -04:00
Init(Channel.Dev, "#boxcast");
2022-04-26 10:39:25 -04:00
</script>
2022-04-25 10:36:55 -04:00
</div>
2022-04-22 16:56:41 -04:00
</body>
</html>