aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/index.html
blob: f39d8d2cfc1a637247f0338b644e23d4f8959628 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
  <head>
    <base href="/">

    <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" />

    <!-- TODO: bundle it with webpack when https://github.com/webpack/webpack/pull/1931 will be merged -->
    <script src="/client/assets/webtorrent/webtorrent.min.js"></script>
  </head>

  <!-- 3. Display the application -->
  <body>
    <my-app>
    </my-app>
  </body>
</html>