]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/standalone/videos/embed.html
Fix play on iOS (grumph)
[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">
8
1c6c7699 9 <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
3bb2c7f9
C
10 </head>
11
12 <body>
13
d4f3fea6
C
14 <div id="error-block">
15 <h1 id="error-title">Sorry</h1>
16
17 <div id="error-content"></div>
18 </div>
19
e7eb5b39 20 <video playsinline="true" id="video-container" class="video-js vjs-peertube-skin">
202e7223 21 </video>
3bb2c7f9 22
3bb2c7f9 23 </body>
7a7724e6 24</html>