]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/standalone/videos/embed.html
paginate response for abuse list in openapi spec
[github/Chocobozzz/PeerTube.git] / client / src / standalone / videos / embed.html
CommitLineData
3bb2c7f9
C
1<!DOCTYPE html>
2<html>
3 <head>
915e2bbb 4 <!-- title tag -->
3bb2c7f9
C
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
2564d97e 11 <!-- custom css tag -->
1c6c7699 12 <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
3bb2c7f9
C
13 </head>
14
ecc69f6b 15 <body id="custom-css" class="standalone-video-embed">
3bb2c7f9 16
d4f3fea6 17 <div id="error-block">
ad3fa0c5 18 <h1 id="error-title"></h1>
d4f3fea6
C
19
20 <div id="error-content"></div>
21 </div>
22
5abc96fc 23 <div id="video-wrapper"></div>
3bb2c7f9 24
5abc96fc 25 <div id="placeholder-preview"></div>
3f9c4955 26
3bb2c7f9 27 </body>
7a7724e6 28</html>