]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/standalone/videos/embed.html
Handle playlist oembed
[github/Chocobozzz/PeerTube.git] / client / src / standalone / videos / embed.html
CommitLineData
3bb2c7f9
C
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">
568cd967 8 <meta name="robots" content="noindex">
9fb6cfc4 9 <meta property="og:platform" content="PeerTube" />
3bb2c7f9 10
1c6c7699 11 <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
3bb2c7f9
C
12 </head>
13
5efab546 14 <body id="custom-css">
3bb2c7f9 15
d4f3fea6 16 <div id="error-block">
ad3fa0c5 17 <h1 id="error-title"></h1>
d4f3fea6
C
18
19 <div id="error-content"></div>
20 </div>
21
5abc96fc 22 <div id="video-wrapper"></div>
3bb2c7f9 23
5abc96fc 24 <div id="placeholder-preview"></div>
3f9c4955 25
3bb2c7f9 26 </body>
7a7724e6 27</html>