Allow iframes to open links
[oweals/peertube.git] / client / src / standalone / videos / embed.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <title>PeerTube</title>
5
6     <meta charset="UTF-8">
7     <meta name="viewport" content="width=device-width, initial-scale=1">
8     <meta name="robots" content="noindex">
9     <meta property="og:platform" content="PeerTube" />
10
11     <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
12   </head>
13
14   <body id="custom-css">
15
16     <div id="error-block">
17       <h1 id="error-title"></h1>
18
19       <div id="error-content"></div>
20     </div>
21
22     <video playsinline="true" id="video-container" class="video-js vjs-peertube-skin">
23     </video>
24
25     <div id="placeholder-preview" />
26
27   </body>
28 </html>