aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/videos/embed.html
blob: fa4d0bdba52c48a2fbccad254a4f8f9f55b70084 (plain) (blame)
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-peertube-skin">
    </video>

  </body>
</html>