-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (31 loc) · 1.49 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<title>Listen to music by Eli Orion</title>
<meta name="description" content="Listen to music by Eli Orion">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
<link rel="shortcut icon" href="media/images/%3F1.jpeg">
<!--REMOVE WHEN YOU ANNOUNCE TOUR
<meta http-equiv="refresh" content="0; URL='https://eliorion.com/live'" />
-->
</head>
<body>
<div class="spacer"></div>
<div class="newdex-container">
<div>
<iframe class="box" style="margin: 50px;" scrolling="no" frameborder="no" allow="autoplay" src="https://bandcamp.com/EmbeddedPlayer/album=3604028779/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/transparent=true/"></iframe>
</div>
<div>
<iframe class="box" style="margin: 50px;" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/1593740593&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe>
</div>
</div>
<div class="spacer"></div>
<div style="text-align: center;">
<a style="text-align: center;" class="gohome" href="http://eliorion.com/home">eliorion.com home page</a>
</div>
<div class="spacer"></div>
<div class="spacer"></div>
</body>
</html>