]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/standalone/videos/embed.html
Improve follow component routing
[github/Chocobozzz/PeerTube.git] / client / src / standalone / videos / embed.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>PeerTube</title>
5
6 <meta charset="UTF-8">
7 <meta name="viewport" content="width=device-width, initial-scale=1">
8 <meta name="robots" content="noindex">
9
10 <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
11 </head>
12
13 <body>
14
15 <div id="error-block">
16 <h1 id="error-title">Sorry</h1>
17
18 <div id="error-content"></div>
19 </div>
20
21 <video playsinline="true" id="video-container" class="video-js vjs-peertube-skin">
22 </video>
23
24 </body>
25 </html>