vigour-wrapper
Version:
The native code to wrap vigour apps
14 lines (13 loc) • 464 B
HTML
<html>
<head>
<title>{{productName}}</title>
<link rel="stylesheet" type="text/css" href="vigourReceiver.css">
</head>
<body>
<video id='media'>
</video>
</body>
<script src="//www.gstatic.com/cast/sdk/libs/receiver/2.0.0/cast_receiver.js"></script>
<script type="text/javascript" src="https://www.gstatic.com/cast/sdk/libs/mediaplayer/1.0.0/media_player.js"></script>
<script type="text/javascript" src="vigourReceiver.js"></script>
</html>