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

19 lines
365 B
HTML

<!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/images/favicon.png" />
</head>
<body>
<video id="video-container" class="video-js vjs-peertube-skin">
</video>
</body>
</html>