template stuff

This commit is contained in:
2021-05-13 14:22:11 +02:00
parent 7d821b0ea7
commit 5ebdfb9747
2 changed files with 11 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" type="application/json+oembed" href="{{ origin }}?provider={{ provider }}&embed=true">
<link rel="alternate" type="application/json+oembed" href="{{ origin }}{{ path }}?provider={{ provider }}&embed=true">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/video.js/{{ videojs_version }}/video-js.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@silvermine/videojs-chromecast@{{ chromecast_version }}/dist/silvermine-videojs-chromecast.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/video.js/{{ videojs_version }}/video.min.js"></script>