1
0
Fork 0
peertube/client/src/index.html

22 lines
525 B
HTML
Raw Normal View History

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