boxcast-playlist/index.html

18 lines
461 B
HTML
Raw Normal View History

2022-04-22 16:56:41 -04:00
<!DOCTYPE html>
<html>
2022-04-26 17:10:25 -04:00
<head>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
</head>
2022-04-22 16:56:41 -04:00
<body>
2022-04-26 10:39:25 -04:00
2022-04-26 18:01:57 -04:00
<div style="max-width:1100px; 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 18:01:57 -04:00
Init(Channel.Basics, "#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>