synclounge/index.html

14 lines
385 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-12 08:22:37 +00:00
<meta name="viewport" content="width=device-width">
2017-06-19 13:42:01 +00:00
<title>PlexTogether</title>
2017-06-11 19:06:34 +00:00
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons' rel="stylesheet" type="text/css">
2017-04-07 05:09:03 +00:00
</head>
2017-06-11 19:06:34 +00:00
<body>
2017-04-07 05:09:03 +00:00
<div id="app"></div>
2017-06-11 19:06:34 +00:00
<!-- built files will be auto injected -->
2017-04-07 05:09:03 +00:00
</body>
</html>