mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Wed Jun 8 06:46:18 AM CST 2022
This commit is contained in:
parent
a618fc48b1
commit
f665b7f44b
34 changed files with 79 additions and 79 deletions
|
@ -1,4 +1,4 @@
|
|||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/video.js/dist/video-js.min.css"/>
|
||||
<link rel="stylesheet" href="https://fastly.jsdelivr.net/npm/video.js/dist/video-js.min.css"/>
|
||||
<video
|
||||
id="player"
|
||||
class="video-js"
|
||||
|
@ -6,7 +6,7 @@
|
|||
controls >
|
||||
<source id="src" />
|
||||
</video>
|
||||
<script src="https://cdn.jsdelivr.net/npm/video.js/dist/video.min.js"></script>
|
||||
<script src="https://fastly.jsdelivr.net/npm/video.js/dist/video.min.js"></script>
|
||||
<script>
|
||||
const source = location.search.substring(3);
|
||||
document.getElementById("src").src = source;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue