-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ptd.html
157 lines (154 loc) · 4.82 KB
/
ptd.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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="btsarmy.ico" />
<link rel="shortcut icon" href="btsarmy.ico" />
<link rel="stylesheet" href="styles.css" />
<style>
.parallax {
background-image: url("https://cdn.glitch.com/a8a0f0ad-f0e6-4956-aac7-c785020d0071%2Fbts-permission-to-dance-hybe-070921.jpg?v=1626246473337");
/* Set a specific height */
min-height: auto;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style>
<script
data-ad-client="ca-pub-5894482427254751"
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
></script>
<style>
h3 {
background-color: #FF80FF;
}
h1 {
background-color: #FF80FF;
}
</style>
<script
src="https://cdn.websitepolicies.io/lib/cookieconsent/1.0.3/cookieconsent.min.js"
defer
></script>
<script>
window.addEventListener("load", function() {
window.wpcc.init({
border: "thin",
corners: "small",
colors: {
popup: {
background: "#ffe8ff",
text: "#000000",
border: "#9f5ec2"
},
button: { background: "#9f5ec2", text: "#ffffff" }
},
position: "bottom",
transparency: "5",
content: { href: "https://mywebsitebts.glitch.me/privacypolicy.html" }
});
});
</script>
<meta name="Author" content="Hemant" />
<meta
name="Description"
content="This Is A Website For BTS Fans To Know More About Them , Made By Hemant"
/>
<title>Permission To Dance</title>
</head>
<body>
<div class="parallax">
<u>
<marquee
>This Website Is Made By
<a href="https://github.com/HemantTheCoder" target="blank"
>Hemant</a
></marquee
>
</u>
<center>
<h4>View Count</h4>
<a href="index.html" target="_blank">
<div id="sfc4cczhatdcfkmc9urw31zu1s615c3eqhe"></div>
<script
type="text/javascript"
src="https://counter2.stat.ovh/private/counter.js?c=4cczhatdcfkmc9urw31zu1s615c3eqhe&down=async"
async
></script
><noscript
><a
href="https://mywebsitebts.glitch.me/"
title="hit counter widget"
><img
src="https://mywebsitebts.glitch.me/"
border="2"
title="hit counter widget"
alt="hit counter widget"/></a></noscript
></a>
</center>
<hr />
<hr />
<center>
<a href="index.html" class="btn red block circular">Home</a>
</center>
<center>
<a href="rm.html" class="btn block circular">About Members</a>
</center>
<center>
<a href="Butter.html" class="btn blue block circular">BUTTER</a>
</center>
<center>
<a href="ptd.html" class="btn teal block circular"
>Permission To Dance</a
>
</center>
<strong>
<center>
<h1>
<b
><i><u>Permission To Dance</u></i></b
>
</h1>
</center></strong
>
<br />
<audio autoplay loop>
<source
src="https://cdn.glitch.com/a8a0f0ad-f0e6-4956-aac7-c785020d0071%2FBTS%20-%20Permission%20to%20Dance%20Lyrics%20(Color%20Coded%20Lyrics).mp3?v=1626246366886"
/>
</audio>
<img
src="https://cdn.glitch.com/a8a0f0ad-f0e6-4956-aac7-c785020d0071%2FE53BG-QVEA4BsW_.jpg?v=1626246232589"
class="responsive"
/>
<br />
<h3>
<center>
"Permission to Dance" is a song by South Korean boy band BTS. The song
was released through Big Hit Music and Sony Music on July 9, 2021, as
a stand-alone single. The song was also included as part of the CD
release of the group's previous single "Butter", and is the band's
third English-language single.<br />
<b
><i><u>Composition</u></i></b><br/>
"Permission to Dance" was written by Ed Sheeran, Johnny McDaid, Steve
Mac and Jenna Andrews, with production being handled by Mac and
Andrews alongside Stephen Kirk. Big Hit initially described that the
song "will make your heart beat to the rhythm of BTS's positive
energy". The song has been described as a dance-pop song.
</center>
</h3>
<center>
<a
href="https://en.wikipedia.org/wiki/Permission_to_Dance"
class="btn green block circular"
>Know More</a
>
</center>
<hr />
</div>
</body>
</html>