synclounge/index.html

14 lines
375 B
HTML
Raw Normal View History

2017-04-07 05:09:03 +00:00
<!DOCTYPE html>
<html>
2017-06-04 08:13:01 +00:00
<head>
2017-04-07 05:09:03 +00:00
<meta charset="utf-8">
2017-06-09 10:18:19 +00:00
<meta name="viewport" content="width=device-width">
2017-06-09 13:42:13 +00:00
<title>PlexTogether</title>
2017-04-07 05:09:03 +00:00
<link rel="shortcut icon" href="static/favicon.ico" type="image/x-icon">
<link rel="icon" href="static/favicon.ico" type="image/x-icon">
</head>
<body style="height: 100%">
<div id="app"></div>
</body>
</html>