aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/standalone/videos/embed.html
blob: 7d09bfb8f750dac21d8fd1053167ec45c82ba7dc (plain) (tree)
1
2
3
4
5
6
7
8
9


               
                      


                                                                        
                                          
                                                      
 
                           
                                                                                 

         
                                                       
 
                          
                                



                                    
                                  
 
                                        
 
         
       
<!DOCTYPE html>
<html>
  <head>
    <!-- title tag -->

    <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" />

    <!-- custom css tag -->
    <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
  </head>

  <body id="custom-css" class="standalone-video-embed">

    <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>