Files
battle-caster-v1/chromecast/index.html
2024-10-13 16:09:21 +00:00

17 lines
614 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Chromecast | BattleCaster</title>
</head>
<body>
<div style="max-width: 128px; height: 128px; overflow: hidden; background-color: white; border-radius: 4px;padding: 5px">
<google-cast-launcher style="--disconnected-color: black;" ></google-cast-launcher>
</div>
<button id="hail">Hail</button>
<script type="module" src="/src/chromecast.ts"></script>
</body>
</html>