]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/standalone/videos/embed.html
video-embed: inject custom CSS
[github/Chocobozzz/PeerTube.git] / client / src / standalone / videos / embed.html
index 627acb5af5568250d42912a8b7a40cd9d7bef501..17029ec415ace607e2849044bec6ea634e9db980 100644 (file)
@@ -5,14 +5,24 @@
 
     <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" />
 
-    <link rel="icon" type="image/png" href="/client/assets/favicon.png" />
+    <!-- custom css tag -->
+    <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
   </head>
 
-  <body>
+  <body id="custom-css">
 
-    <video id="video-container" class="video-js vjs-sublime-skin vjs-big-play-centered">
-    </video>
+    <div id="error-block">
+      <h1 id="error-title"></h1>
+
+      <div id="error-content"></div>
+    </div>
+
+    <div id="video-wrapper"></div>
+
+    <div id="placeholder-preview"></div>
 
   </body>
-</html
+</html>