Starting add of custom receiver app

This commit is contained in:
Kasper Rynning-Tønnesen
2016-11-18 10:42:55 +01:00
parent 8d7f987ccb
commit 9d9f7f3d4d
3 changed files with 92 additions and 0 deletions

14
receiver/index.html Normal file
View File

@@ -0,0 +1,14 @@
<!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>