mirror of https://github.com/Chocobozzz/PeerTube
23 lines
541 B
HTML
23 lines
541 B
HTML
<!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>
|