Files
fx_cast/receiver/index.html
2018-06-15 15:55:16 +01:00

11 lines
291 B
HTML

<html>
<head>
<script src="//www.gstatic.com/cast/sdk/libs/receiver/2.0.0/cast_receiver.js"></script>
<link rel="stylesheet" href="index.css">
</head>
<body>
<video id="media" autoplay></video>
<script src="index.js"></script>
</body>
</html>