-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
199 lines (187 loc) · 7.45 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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GhostChoirERC20</title>
<link rel="icon" href="favicon.png">
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f9;
color: #333;
margin: 0;
padding: 0;
text-align: center;
}
header {
background-image: url('header_background.png');
background-size: cover;
background-position: center;
color: #fff;
padding: 60px 20px;
height: 340px;
position: relative;
}
.social-links {
position: absolute;
top: 20px;
right: 20px;
display: flex;
gap: 18px;
}
.social-links a img {
width: 34px;
height: 34px;
}
main {
background-color:black;
padding: 20px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.album-card {
background-color: #fff;
border: 1px solid #ddd;
border-radius: 8px;
width: 320px;
margin: 15px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
overflow: hidden;
text-align: center;
}
.album-info {
padding: 10px;
}
.album-title {
font-size: 1.2em;
font-weight: bold;
margin: 10px 0 5px;
}
.album-track {
font-size: 0.9em;
color: #555;
margin: 5px 0;
}
.video-container {
width: 100%;
height: 180px;
overflow: hidden;
}
.video-container iframe {
width: 100%;
height: 100%;
}
@font-face {
font-family: myFirstFont;
src: url(MckloudBlack-32p.ttf);
}
h1 {
font-family: myFirstFont;
color: darkgreen;
}
</style>
</head>
<body>
<header>
<div class="social-links">
<a href="https://t.me/GhostChoirERC20" target="_blank">
<img src="tg.svg" alt="tg">
</a>
<a href="https://x.com/GhostChoirERC20" target="_blank">
<img src="x.svg" alt="x">
</a>
<a href="https://www.dextools.io/app/en/ether/pair-explorer/0x7807f96cf1e33b9c95f014c1b66b2b90cc01865b" target="_blank">
<img src="dextools.svg" alt="dextools">
</a>
<a href="https://etherscan.io/token/0x887eedb69c78bd532dc52899c46406a7a9151350" target="_blank">
<img src="etherscan.svg" alt="etherscan">
</a>
<a href="https://app.uniswap.org/explore/tokens/ethereum/0x887eedb69c78bd532dc52899c46406a7a9151350" target="_blank">
<img src="uniswap.svg" alt="uniswap">
</a>
</div>
</header>
<main>
<h1 style="color: white;">CA: 0x887eedb69c78bd532dc52899c46406a7a9151350</h1>
</main>
<main>
<!-- Album 1 -->
<div class="album-card">
<div class="video-container">
<iframe src="https://www.youtube.com/embed/_CzSCWpF7TM?si=Z3o0xNYNYIsJ8xoN" title="Ghost Choir Track 1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="album-info">
<div class="album-title">ghost duet</div>
</div>
</div>
<!-- Album 2 -->
<div class="album-card">
<div class="video-container">
<iframe src="https://www.youtube.com/embed/kXF3VYYa5TI?si=OZ3DQXLg9L00-sEL" title="Ghost Choir Track 2" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="album-info">
<div class="album-title">ghost choir 👻🎵</div>
</div>
</div>
<!-- Album 3 -->
<div class="album-card">
<div class="video-container">
<iframe src="https://www.youtube.com/embed/NEpKlsUw9XU?si=Grn3f7kefJ8WVdW2" title="Ghost Choir Track 3" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="album-info">
<div class="album-title">ghost + guest 👻🎶</div>
</div>
</div>
<!-- Album 4 -->
<div class="album-card">
<div class="video-container">
<iframe src="https://www.youtube.com/embed/fa4fjrxAwvI?si=k37HHhpF7527xpZX" title="Ghost Choir Track 4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="album-info">
<div class="album-title">ghost castle 👻🦇</div>
</div>
</div>
<!-- Album 5 -->
<div class="album-card">
<div class="video-container">
<iframe src="https://www.youtube.com/embed/djr6T2C8Gfs?si=2rXtVyHeGw3msRG8" title="Ghost Choir Track 5" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="album-info">
<div class="album-title">ghost cowboys 👻🏜</div>
</div>
</div>
<!-- Album 6 -->
<div class="album-card">
<div class="video-container">
<iframe src="https://www.youtube.com/embed/kh_MphodoGA?si=kkCWz1EagROtohXQ" title="Ghost Choir Track 6" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="album-info">
<div class="album-title">ghost swing 👻 🎸</div>
</div>
</div>
<!-- Album 7 -->
<div class="album-card">
<div class="video-container">
<iframe src="https://www.youtube.com/embed/_dBQh6h8XRc?si=eU0UqlexWmUFiKpK" title="Ghost Choir Track 6" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="album-info">
<div class="album-title">ghosta nova 👻 🎸</div>
</div>
</div>
</main>
<main>
<div style="background-color: black;">
<br>
<a href="https://www.louiezong.com" target="_blank" style="background-color: black; size: 35px;">
<img src="louie_zong.png" alt="louie">
</a>
<div style="width: 600px;">
<h4 style="color: white;">$GHOST coin has no association with Louie Zong or his creation “Ghost Choir”. This token is simply paying homage to a beloved meme we all love and recognize.</h4>
</div>
<div>
<h6 style="color: white;">© 2024 by GhostChoirERC20. All rights reserved!</h6>
</div>
</div>
</main>