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

19 lines
365 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">
2017-12-20 08:38:57 +01:00
<link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
2016-11-07 22:35:37 +01:00
</head>
<body>
2017-12-11 10:26:29 +01:00
<video id="video-container" class="video-js vjs-peertube-skin">
2017-07-23 14:49:52 +02:00
</video>
2016-11-07 22:35:37 +01:00
</body>
2017-11-13 17:39:41 +01:00
</html>