mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
11 lines
291 B
HTML
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>
|