1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<!DOCTYPE html> <html> <head> <title>PeerTube</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/png" href="/client/assets/favicon.png" /> </head> <body> <video id="video-container" class="video-js vjs-sublime-skin vjs-big-play-centered"> </video> </body> </html