mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Wed Sep 30 10:33:06 AM CST 2020
This commit is contained in:
parent
92f76b3499
commit
9a6e3cee7f
6 changed files with 26 additions and 3 deletions
10
searchurl/txt/dplayer.html
Normal file
10
searchurl/txt/dplayer.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<div id="dplayer"></div>
|
||||
<script src="https://cdn.jsdelivr.net/npm/dplayer/dist/DPlayer.min.js"></script>
|
||||
<script>
|
||||
const dp = new DPlayer({
|
||||
container: document.getElementById('dplayer'),
|
||||
video: {
|
||||
url: location.search.substring(3),
|
||||
},
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue