-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrazy.html
167 lines (158 loc) · 5.72 KB
/
crazy.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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<title>Crazy? - NBT</title>
<meta charset="utf-8">
<link rel="stylesheet" href="stylesheet1.css">
<style>
a:link {
color: white;
background-color: transparent;
text-decoration: none;}
a:visited {
color: white;
background-color: transparent;
text-decoration: none;}
a:hover {
color: grey;
background-color: transparent;
text-decoration: none;}
a:active {
color: white;
background-color: transparent;
text-decoration: none;}
</style>
</head>
<body>
<h1>
<a href="index.html" target="_blank" title="홈으로!">
NBT : <sup>Lyrics</sup>
</a>
</h1>
<p style="text-align:center;">
<a href="impossible.html" target="_blank" title="불가농..">
Impossible
</a>
 
<a href="crazy.html" target="_blank" title="모두정신이나갔능가?">
Is Everybody Going Crazy?
 
</a>
<a href="unperson.html" target="_blank" title="낫닝겐">
Unperson
</a>
</p><hr>
<h3 title="라이브 좋아!" style="text-align:center;">
Nothing But Thieves - Is Everybody Going Crazy? (Reading 2021)
</h3>
<p>
<center>
<iframe width="672" height="378" src="https://www.youtube.com/embed/TfbHmqSTFMI" title="YouTube video player" frameborder="0" allowfullscreen alt="video cannot be accessed"></iframe>
</center>
</p>
<h4 title="정보">
<b>Description</b>
</h4>
<p title="brief information">
Uploaded : Oct 2, 2020<br><br>
Nothing But Thieves performs Is Everybody Going Crazy? at Reading 2021.
</p><hr>
<p>
<pre title=":)" style="background: rgba(0, 0, 0, 0.5); text-align:center; color: white;">
I saw you down the neighborhood
And I understood
Spiritual hangover that I can't shake
It's getting more than I can take
And in this restless, disfigured place
We've only got each other
I just wanna go blur the line
And leave our afflictions behind
The sky is coming down
I know it's strange
But heaven's a mindset away
Yeah, everybody's going crazy
Can't get through to you lately
We're so hopelessly faded
Is anyone else feeling lonely?
It just can't be me only
Losing our cool so slowly
It would feel so good to
Steal some time
It would feel so good to
Make you mine
You ever thought
We're not ourselves?
'Cause I know it well
I'm ready now
To have a change of skin
The day doesn't set
The world just spins
And in this wounded
Sinister place
We've only got each other
The sky is crashing down
I know it's strange
When heaven's a mindset away
Yeah, everybody's going crazy
Can't get through to you lately
We're so hopelessly faded
Is anyone else feeling lonely?
It just can't be me only
Losing our cool so slowly
It would feel so good to
Steal some time
It would feel so good to
Make you mine
Yeah, everybody's going crazy
Can't get through to you lately
We're so hopelessly faded
Is anyone else feeling lonely?
It just can't be me only
Losing our cool so slowly
It would feel so good to
Steal some time
It would feel so good to
Make you mine
</pre>
</p><hr>
<p style="text-align:center; font-family:baskerville; font-size:15px;" title="we're nothing but theives">
<br><strong>Follow NBT on Socials</strong><br><br>
<a href="http://nbthiev.es/FB" target="_blank">Facebook</a>  |  
<a href="http://nbthiev.es/TW" target="_blank">Twitter</a>  |  
<a href="http://nbthiev.es/IG" target="_blank">Instagram</a>  |  
<a href="http://nbthiev.es/SP" target="_blank">Spotify</a>  |  
<a href="http://www.nbthieves.com" target="_blank">Website</a>
</p>
<p>
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://nbtsam.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</p>
<address>
<pre style="text-align:center;" title="these are fake">
written by : samuel
contact me at : samuel.com
tel. : 010-1234-1234
</pre>
</address>
<p style="font-size:10px; font-family:helvetica; color:lightgrey; text-align:center;">
this Web page is a practice  |   samuel seo  |   2022.06.22  |   nothing but theives fan page  |   Pohang, Republic of Korea
</p>
</body>
</html>