aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/index.html
blob: 83f4cc8f09d26700bf7efcb19cabb1e9996b850a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
  <head>
    <base href="/">

    <title>PeerTube</title>

    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <link rel="icon" href="/client/assets/favicon.ico" />
  </head>

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