]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/index.html
Server: request scheduler refractoring
[github/Chocobozzz/PeerTube.git] / client / src / index.html
CommitLineData
7da18e44 1<!DOCTYPE html>
4a6995be
C
2<html>
3 <head>
4d19d2f1 4 <title><%= htmlWebpackPlugin.options.title %></title>
4a6995be
C
5
6 <meta charset="UTF-8">
7 <meta name="viewport" content="width=device-width, initial-scale=1">
8
830bcd0f
C
9 <!-- The following comment is used by the server to prerender OpenGraph tags -->
10 <!-- opengraph tags -->
11 <!-- Do not remove it! -->
12
fe3b20cd 13 <link rel="icon" type="image/png" href="/client/assets/favicon.png" />
7f82b8ae
C
14
15 <!-- TODO: bundle it with webpack when https://github.com/webpack/webpack/pull/1931 will be merged -->
16 <script src="/client/assets/webtorrent/webtorrent.min.js"></script>
4d19d2f1
C
17
18 <!-- base url -->
19 <base href="<%= htmlWebpackPlugin.options.metadata.baseUrl %>">
4a6995be
C
20 </head>
21
22 <!-- 3. Display the application -->
23 <body>
4d19d2f1 24
5555f886
C
25 <my-app>
26 </my-app>
4d19d2f1 27
4a6995be
C
28 </body>
29</html>