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

29 lines
646 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">
2018-05-28 13:15:51 +02:00
<meta name="robots" content="noindex">
2019-01-31 16:32:40 +01:00
<meta property="og:platform" content="PeerTube" />
2016-11-07 22:35:37 +01:00
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>
2019-06-11 15:59:10 +02:00
<body id="custom-css">
2016-11-07 22:35:37 +01:00
2018-04-19 18:06:59 +02:00
<div id="error-block">
<h1 id="error-title"></h1>
2018-04-19 18:06:59 +02:00
<div id="error-content"></div>
</div>
2018-05-22 09:16:05 +02:00
<video playsinline="true" 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
2019-12-17 11:20:24 +01:00
<div id="placeholder-preview" />
2016-11-07 22:35:37 +01:00
</body>
2017-11-13 17:39:41 +01:00
</html>