2021-05-09 16:43:28 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
2021-05-10 15:40:38 +00:00
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/video.js/{{ videojs_version }}/video-js.css">
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/video.js/{{ videojs_version }}/video.min.js"></script>
|
2021-05-12 12:57:50 +00:00
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/castjs/{{ castjs_version }}/cast.min.js"></script>
|
2021-05-12 07:50:51 +00:00
|
|
|
<script src="{{ script }}"></script>
|
2021-05-09 16:43:28 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
</body>
|
|
|
|
</html>
|