]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/index.html
Add oembed endpoint
[github/Chocobozzz/PeerTube.git] / client / src / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title><%= htmlWebpackPlugin.options.title %></title>
5
6 <meta charset="UTF-8">
7 <meta name="viewport" content="width=device-width, initial-scale=1">
8 <meta name="description" content="PeerTube, a decentralized video streaming platform using P2P (BitTorrent) directly in the web browser" />
9
10 <!-- The following comment is used by the server to prerender OpenGraph and oEmbed tags -->
11 <!-- open graph and oembed tags -->
12 <!-- Do not remove it! -->
13
14 <link rel="icon" type="image/png" href="/client/assets/favicon.png" />
15
16 <!-- base url -->
17 <base href="<%= htmlWebpackPlugin.options.metadata.baseUrl %>">
18
19 <%= htmlWebpackPlugin.files.webpackManifest %>
20 </head>
21
22 <!-- 3. Display the application -->
23 <body>
24
25 <my-app>
26 </my-app>
27
28 </body>
29 </html>