Files
zoff/receiver/index.html
2016-11-18 10:42:55 +01:00

15 lines
345 B
HTML

<!DOCTYPE html>
<html>
<head>
<script src="https://www.gstatic.com/cast/sdk/libs/receiver/2.0.0/cast_receiver.js">
</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="receiver.js"></script>
</head>
<body>
<div id="wrapper">
<div id="player"></div>
</div>
</body>
</html>