blob: f39d8d2cfc1a637247f0338b644e23d4f8959628 (
plain) (
tree)
|
|
<!DOCTYPE html>
<html>
<head>
<base href="/">
<title>PeerTube</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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>
<my-app>
</my-app>
</body>
</html>
|