2016-06-03 15:08:03 -05:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<base href="/">
|
|
|
|
|
|
|
|
<title>PeerTube</title>
|
|
|
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
2016-06-04 12:39:33 -05:00
|
|
|
<link rel="icon" type="image/png" href="/client/assets/favicon.png" />
|
2016-06-04 06:08:38 -05: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-06-03 15:08:03 -05:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<!-- 3. Display the application -->
|
|
|
|
<body>
|
2016-06-05 02:34:41 -05:00
|
|
|
<my-app>
|
|
|
|
</my-app>
|
2016-06-03 15:08:03 -05:00
|
|
|
</body>
|
|
|
|
</html>
|