]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/index.html
Fix gitignores
[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
fe3b20cd 9 <link rel="icon" type="image/png" href="/client/assets/favicon.png" />
7f82b8ae
C
10
11 <!-- TODO: bundle it with webpack when https://github.com/webpack/webpack/pull/1931 will be merged -->
12 <script src="/client/assets/webtorrent/webtorrent.min.js"></script>
4d19d2f1
C
13
14 <!-- base url -->
15 <base href="<%= htmlWebpackPlugin.options.metadata.baseUrl %>">
4a6995be
C
16 </head>
17
18 <!-- 3. Display the application -->
19 <body>
4d19d2f1 20
5555f886
C
21 <my-app>
22 </my-app>
4d19d2f1 23
4a6995be
C
24 </body>
25</html>