]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/index.html
Add user update for admins
[github/Chocobozzz/PeerTube.git] / client / src / index.html
index 83f4cc8f09d26700bf7efcb19cabb1e9996b850a..4346775b1a0c097f7423a9af30b0d0066e2732e6 100644 (file)
@@ -1,17 +1,29 @@
+<!DOCTYPE html>
 <html>
   <head>
-    <base href="/">
-
-    <title>PeerTube</title>
+    <title><%= htmlWebpackPlugin.options.title %></title>
 
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="description" content="PeerTube, a decentralized video streaming platform using P2P (BitTorrent) directly in the web browser" />
+
+    <!-- The following comment is used by the server to prerender OpenGraph tags -->
+    <!-- opengraph tags -->
+    <!-- Do not remove it! -->
+
+    <link rel="icon" type="image/png" href="/client/assets/favicon.png" />
 
-    <link rel="icon" href="/client/assets/favicon.ico" />
+    <!-- base url -->
+    <base href="<%= htmlWebpackPlugin.options.metadata.baseUrl %>">
+
+    <%= htmlWebpackPlugin.files.webpackManifest %>
   </head>
 
   <!-- 3. Display the application -->
   <body>
-    <my-app>Loading...</my-app>
+
+    <my-app>
+    </my-app>
+
   </body>
 </html>