]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/standalone/videos/embed.html
e13a4dc2481bd9f28165e3a42d7882ca9c702428
[github/Chocobozzz/PeerTube.git] / client / src / standalone / videos / embed.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1">
6 <meta name="robots" content="noindex">
7 <meta property="og:platform" content="PeerTube" />
8
9
10 <!-- /!\ The following comment is used by the server to prerender some tags /!\ -->
11
12 <!-- title tag -->
13 <!-- description tag -->
14 <!-- custom css tag -->
15 <!-- meta tags -->
16 <!-- server config -->
17
18 <!-- /!\ Do not remove it /!\ -->
19
20 <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
21 </head>
22
23 <body id="custom-css" class="standalone-video-embed">
24
25 <div id="error-block">
26 <h1 id="error-title"></h1>
27
28 <div id="error-content"></div>
29 </div>
30
31 <div id="video-wrapper"></div>
32
33 <div id="placeholder-preview"></div>
34
35 </body>
36 </html>