18 lines
		
	
	
		
			461 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			461 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1"/>
 | |
| </head>
 | |
| <body>
 | |
| 
 | |
| <div style="max-width:1100px; 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.Basics, "#boxcast");
 | |
|     </script>
 | |
| </div>
 | |
| 
 | |
| </body>
 | |
| </html> |