joinpeertube/public/index.html

17 lines
383 B
HTML
Raw Normal View History

2018-09-21 21:00:42 +00:00
<!DOCTYPE html>
2019-09-11 13:26:44 +00:00
<html>
2018-09-21 21:00:42 +00:00
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
2019-09-12 07:20:18 +00:00
<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" />
2018-09-21 21:00:42 +00:00
</head>
2019-09-11 13:17:18 +00:00
2018-09-21 21:00:42 +00:00
<body>
<div id="app"></div>
</body>
2019-09-11 13:17:18 +00:00
2018-09-21 21:00:42 +00:00
</html>