sounds, better files
This commit is contained in:
16
chromecast/index.html
Normal file
16
chromecast/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user