2016-06-03 16:08:03 -04:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<base href="/">
|
|
|
|
|
|
|
|
<title>PeerTube</title>
|
|
|
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
|
|
<link rel="icon" href="/client/assets/favicon.ico" />
|
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-06-03 16:08:03 -04:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<!-- 3. Display the application -->
|
|
|
|
<body>
|
|
|
|
<my-app>Loading...</my-app>
|
|
|
|
</body>
|
|
|
|
</html>
|