]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/standalone/videos/embed.html
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / standalone / videos / embed.html
index b60b03a2279327d3884450fde9f4c8dc5a350fc3..e13a4dc2481bd9f28165e3a42d7882ca9c702428 100644 (file)
@@ -1,24 +1,36 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <title>PeerTube</title>
-
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="robots" content="noindex">
+    <meta property="og:platform" content="PeerTube" />
+
+
+    <!-- /!\ The following comment is used by the server to prerender some tags /!\ -->
+
+    <!-- title tag -->
+    <!-- description tag -->
+    <!-- custom css tag -->
+    <!-- meta tags -->
+    <!-- server config -->
+
+    <!-- /!\ Do not remove it /!\ -->
 
     <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
   </head>
 
-  <body>
+  <body id="custom-css" class="standalone-video-embed">
 
     <div id="error-block">
-      <h1 id="error-title">Sorry</h1>
+      <h1 id="error-title"></h1>
 
       <div id="error-content"></div>
     </div>
 
-    <video id="video-container" class="video-js vjs-peertube-skin">
-    </video>
+    <div id="video-wrapper"></div>
+
+    <div id="placeholder-preview"></div>
 
   </body>
 </html>