-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 744 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Spotify Playlists Tinder-like">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#F3B9D2">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet">
<script src="https://use.fontawesome.com/47f4f2e0a2.js"></script>
<link rel="shortcut icon" type="image/png" href="/static/favicon.png"/>
<title>Hotify</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>