mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
20 lines
551 B
HTML
20 lines
551 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link type="text/css" rel="stylesheet" href="../node_modules/video.js/dist/video-js.min.css" />
|
|
</head>
|
|
<body>
|
|
<video
|
|
id="vid1"
|
|
class="video-js vjs-default-skin"
|
|
controls
|
|
autoplay
|
|
width="640" height="264"
|
|
data-setup='{ "techOrder": ["youtube", "html5"], "sources": [{ "type": "video/youtube", "src": "https://www.youtube.com/watch?v=xjS6SftYQaQ"}] }'
|
|
>
|
|
</video>
|
|
|
|
<script src="../node_modules/video.js/dist/video.js"></script>
|
|
<script src="../dist/Youtube.js"></script>
|
|
</body>
|
|
</html>
|