PeerTube/client/src/standalone/videos/embed.html

19 lines
378 B
HTML
Raw Normal View History

2016-11-07 22:35:37 +01:00
<!DOCTYPE html>
<html>
<head>
<title>PeerTube</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/client/assets/favicon.png" />
</head>
<body>
2017-07-23 14:49:52 +02:00
<video id="video-container" class="video-js vjs-sublime-skin vjs-big-play-centered">
</video>
2016-11-07 22:35:37 +01:00
</body>
2017-07-19 14:07:52 +02:00
</html