16 lines
382 B
HTML
16 lines
382 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
|
|
<div style="max-width:500px; margin: 0 auto;">
|
|
<div id="boxcast"></div>
|
|
<script type="module">
|
|
import Init from "./app.js";
|
|
const Channel = { Basics: "sfz7ja3rlpoous6usu8a", Sunday: "gzahmhugrzogttfdtbjj", Dev: "r3os2zfdnhlquhuypgtp" };
|
|
Init(Channel.Dev, "#boxcast");
|
|
</script>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |