add video tag from js

This commit is contained in:
2021-05-12 10:26:15 +02:00
parent 8efc686f83
commit 8fbf8a4f62
2 changed files with 16 additions and 11 deletions

View File

@ -5,6 +5,5 @@
<script src="{{ script }}"></script>
</head>
<body>
<video class="video-js" id="player" controls></video>
</body>
</html>