joinpeertube/public/index.html
2019-09-12 10:34:57 +02:00

16 lines
383 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link rel="shortcut icon" href="<%= BASE_URL %>img/icons/favicon.png">
<link rel="apple-touch-icon" href="<%= BASE_URL %>img/icons/apple-touch-icon.png" />
</head>
<body>
<div id="app"></div>
</body>
</html>