]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/index.html
Fix overflow in select inputs
[github/Chocobozzz/PeerTube.git] / client / src / index.html
CommitLineData
7da18e44 1<!DOCTYPE html>
4a6995be
C
2<html>
3 <head>
63c4db6d 4 <title>PeerTube</title>
4a6995be
C
5
6 <meta charset="UTF-8">
7 <meta name="viewport" content="width=device-width, initial-scale=1">
758b996d 8 <meta name="description" content="PeerTube, a decentralized video streaming platform using P2P (BitTorrent) directly in the web browser" />
4a6995be 9
d8755eed
C
10 <!-- The following comment is used by the server to prerender OpenGraph and oEmbed tags -->
11 <!-- open graph and oembed tags -->
830bcd0f
C
12 <!-- Do not remove it! -->
13
6bafac54 14 <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
8635a2c7 15
4d19d2f1 16 <!-- base url -->
63c4db6d 17 <base href="/">
4a6995be
C
18 </head>
19
20 <!-- 3. Display the application -->
21 <body>
4d19d2f1 22
5555f886
C
23 <my-app>
24 </my-app>
4d19d2f1 25
4a6995be
C
26 </body>
27</html>