mirror of https://github.com/torappinfo/uweb
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
273 B
HTML
11 lines
273 B
HTML
4 years ago
|
<div id="dplayer"></div>
|
||
2 years ago
|
<script src="https://fastly.jsdelivr.net/npm/dplayer/dist/DPlayer.min.js"></script>
|
||
4 years ago
|
<script>
|
||
|
const dp = new DPlayer({
|
||
|
container: document.getElementById('dplayer'),
|
||
|
video: {
|
||
|
url: location.search.substring(3),
|
||
|
},
|
||
|
});
|
||
|
</script>
|