Move receiver to docs for hosting

This commit is contained in:
hensm
2019-01-14 00:09:29 +00:00
parent d545e1fbaf
commit aa2028442b
4 changed files with 1 additions and 0 deletions

10
docs/receiver/index.html Normal file
View File

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