]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/standalone/videos/embed.html
Handle follow/accept
[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
9 <link rel="icon" type="image/png" href="/client/assets/favicon.png" />
3bb2c7f9
C
10 </head>
11
12 <body>
13
202e7223
C
14 <video id="video-container" class="video-js vjs-sublime-skin vjs-big-play-centered">
15 </video>
3bb2c7f9 16
3bb2c7f9 17 </body>
7a7724e6 18</html>