Files
fx_cast/docs/receiver/index.html

15 lines
498 B
HTML

<html manifest="cache.manifest">
<head>
<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>