2016-08-09 15:45:21 -04:00
|
|
|
<!DOCTYPE html>
|
2016-06-03 16:08:03 -04:00
|
|
|
<html>
|
|
|
|
<head>
|
2016-11-04 07:50:01 -04:00
|
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
2016-06-03 16:08:03 -04:00
|
|
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2017-03-10 04:33:36 -05:00
|
|
|
<meta name="description" content="PeerTube, a decentralized video streaming platform using P2P (BitTorrent) directly in the web browser" />
|
2016-06-03 16:08:03 -04:00
|
|
|
|
2016-11-11 04:55:07 -05:00
|
|
|
<!-- The following comment is used by the server to prerender OpenGraph tags -->
|
|
|
|
<!-- opengraph tags -->
|
|
|
|
<!-- Do not remove it! -->
|
|
|
|
|
2016-06-04 13:39:33 -04:00
|
|
|
<link rel="icon" type="image/png" href="/client/assets/favicon.png" />
|
2016-06-04 07:08:38 -04:00
|
|
|
|
|
|
|
<!-- TODO: bundle it with webpack when https://github.com/webpack/webpack/pull/1931 will be merged -->
|
|
|
|
<script src="/client/assets/webtorrent/webtorrent.min.js"></script>
|
2016-11-04 07:50:01 -04:00
|
|
|
|
|
|
|
<!-- base url -->
|
|
|
|
<base href="<%= htmlWebpackPlugin.options.metadata.baseUrl %>">
|
2016-06-03 16:08:03 -04:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<!-- 3. Display the application -->
|
|
|
|
<body>
|
2016-11-04 07:50:01 -04:00
|
|
|
|
2016-06-05 03:34:41 -04:00
|
|
|
<my-app>
|
|
|
|
</my-app>
|
2016-11-04 07:50:01 -04:00
|
|
|
|
2016-06-03 16:08:03 -04:00
|
|
|
</body>
|
|
|
|
</html>
|