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