synclounge/index.html

17 lines
661 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-22 15:09:57 +00:00
<meta name="viewport" content="width=device-width">
2017-12-30 09:47:27 +00:00
<link rel="shortcut icon" href="slweb/favicon.ico" type="image/x-icon">
<link rel="icon" href="slweb/favicon.ico" type="image/x-icon">
2017-12-13 12:58:15 +00:00
<title>SyncLounge</title>
2017-07-16 16:30:57 +00:00
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons' rel="stylesheet" type="text/css">
<link href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' 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>