boxcast-playlist/index.html

16 lines
288 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">
2022-04-27 16:37:53 -04:00
import "./app.js";
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>