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

18 lines
333 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">
<link rel="icon" href="/client/assets/favicon.ico" />
</head>
<!-- 3. Display the application -->
<body>
<my-app>Loading...</my-app>
</body>
</html>