-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·29 lines (27 loc) · 1.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Expires" content="30" />
<title>Spotify dotThen</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="preload" href="index.css" as="style">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="flex-container-column">
<div id="HEADER"></div>
<div class="flex-container-row">
<div id="popularApp"></div>
<div id="RAApp"></div>
</div>
<br/>
<div id="albumApp"></div>
</div>
<script async type="text/javascript" src="https://s3.us-east-2.amazonaws.com/spotifyalbumplayer/bundle.js"></script>
<script async type="text/javascript" src="https://s3.amazonaws.com/relatedartists/bundle.js"></script>
<script async type="text/javascript" src="https://s3-us-west-1.amazonaws.com/popularsongs/bundle.js"></script>
<script async type="text/javascript" src="https://s3-us-west-1.amazonaws.com/spotifycloneartists/scripts/bundle.js"></script>
<script async type="text/javascript" src="https://unpkg.com/ionicons@4.4.2/dist/ionicons.js"></script>
</body>
</html>