]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/standalone/videos/embed.html
video embed: use instance name as html title
[github/Chocobozzz/PeerTube.git] / client / src / standalone / videos / embed.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <!-- title tag -->
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 <!-- custom css tag -->
12 <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
13 </head>
14
15 <body id="custom-css" class="standalone-video-embed">
16
17 <div id="error-block">
18 <h1 id="error-title"></h1>
19
20 <div id="error-content"></div>
21 </div>
22
23 <div id="video-wrapper"></div>
24
25 <div id="placeholder-preview"></div>
26
27 </body>
28 </html>