-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexfalse.html
79 lines (59 loc) · 2.9 KB
/
indexfalse.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<title>Listen to music by Eli Orion</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Everything you didn't want to hear">
<!-- home page redirect
<meta http-equiv="refresh" content="0; url=http://eliorion.com/home" />
-->
<link rel="stylesheet" href="css/styles.css">
<link rel="shortcut icon" href="media/images/%3F1.jpeg">
<!-- Open Graph sharing -->
<meta property="og:title" content="Listen to music by Eli Orion">
<meta property="og:description" content="Everything you didn't want to hear">
<meta property="og:image" content="media/images/eydwth.jpeg">
<meta property="og:url" content="https://eliorion.com/home">
<!-- Twitter Card sharing -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Listen to music by Eli Orion">
<meta name="twitter:description" content="Everything you didn't want to hear">
<meta name="twitter:image" content="media/images/eydwth.jpeg">
<meta name="twitter:site" content="@eli_orion">
</head>
<body>
<div class="spacer"></div>
<div class="listen">
<a class="listen" href="https://distrokid.com/hyperfollow/eliorion/i-quit-everything">I QUIT EVERYTHING</a>
</div>
<div class="spacer"></div>
<div class="box-container-container">
<div class="box-container">
<iframe class="box" src="https://www.youtube.com/embed/_8-cgWAu7PE?si=tgfEXVJLnXB8potC"
title="I Quit Everything"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
<div class="box-container">
<div class="box spotify-box" style="background-color: #505464;">
<iframe class="spotify-embed" src="https://open.spotify.com/embed/track/5J7tzQoMtJLFg0iCQu16Ry?utm_source=generator" frameborder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
</div>
</div>
<div class="box-container video-container">
<iframe class="box" src="https://www.youtube.com/embed/Hbq_SN7iL0U?si=bXCc6v5xNYQ7-iPL"
title="I Quit Everything [video]"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
</div>
<div class="spacer"></div>
<div style="text-align: center;">
<a class="gohome" href="http://eliorion.com/home">eliorion.com home page</a>
</div>
<div class="spacer"></div>
<div class="spacer"></div>
</body>
</html>