mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
16 lines
545 B
HTML
16 lines
545 B
HTML
<html manifest="cache.manifest">
|
|
<head>
|
|
<meta name="robots" content="noindex">
|
|
<link rel="stylesheet" href="index.css">
|
|
<script src="//www.gstatic.com/cast/sdk/libs/receiver/2.0.0/cast_receiver.js" defer></script>
|
|
<script src="index.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<div class="splash">
|
|
<div class="splash__title">fx_cast</div>
|
|
<div class="splash__action">Waiting for connection</div>
|
|
</div>
|
|
<video class="media" autoplay></video>
|
|
</body>
|
|
</html>
|