-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlyrics.html
More file actions
129 lines (125 loc) · 4.08 KB
/
lyrics.html
File metadata and controls
129 lines (125 loc) · 4.08 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Select - Lyrics</title>
<link rel="icon" type="image/x-icon" href="favicon.png">
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<img src="/logobeeg.png" width="1000" class="center" style="max-width:100%;height:auto;">
<br>
<div class="container">
<ul class="myUL">
<li style="font-size:1.7vw"><a href="./">News</a></li>
<li style="font-size:1.7vw"><a href="music">Music</a>
<li style="font-size:1.7vw"><a href="shows">Shows</a></li>
<li style="font-size:1.7vw"><a href="merch">Merch</a></li>
<li style="font-size:1.7vw"><a href="media">Media</a></li>
<li style="font-size:1.7vw"><a href="contact">Contact</a></li>
<div class="dropdown">
<button class="dropbtn" style="font-size:1.7vw">More
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="about">About</a>
<a href="lyrics" class="active">Lyrics</a>
</div>
</div>
</ul>
</div>
<h3></h3>
<br>
<h1>Defective Demonstration</h1>
<h3>Punkinator</h3>
<p>Don't act a fool<br>
Punkinator's gonna make you cool<br>
Don't try to fight<br>
You'll be a punk tonight<br>
First goes your style<br>
It does not take a while<br>
When you're punk rock<br>
You've got to have a mohawk<br>
<br>
Punkinator<br>
Robot dictator<br>
Punkinator<br>
Punk generator<br>
<br>
Looking all over town<br>
Punkinator's gonna hunt you down<br>
In the moonlight<br>
Punkinator stands shining bright<br>
Don't try to run<br>
Punkinator can't be outdone<br>
Get too close and you'll find out<br>
What being punk is all about<br>
<br></p>
<h3>No Difference</h3>
<p>It makes no difference what you say<br>
I’ve made my mind up anyway go!<br>
<br>
It makes no difference what you say<br>
It makes no difference what you say<br>
It makes no difference what you say<br>
I’ve made my mind up anyway<br>
<br></p>
<h3>My Own Head</h3>
<p>There are days where I can't get out of bed<br>
Days where I can't get out of my own head<br>
These days everything just feels the same<br>
I can't figure out if I'm the one to blame<br>
<br>
I feel like my whole mind is falling apart<br>
Nothing can save me can't get me to start<br>
Sometimes I feel like my life is in a great descend<br>
Sometimes I feel like this is the end<br>
<br>
I know it can't go on like this what am I to do<br>
I don't know how I could ever possibly get through<br>
I think I'm doing too much but it never feels enough<br>
What am I supposed to do when life gets so tough<br>
<br></p>
<h3>Everything</h3>
<p>Sometimes at night, I dream about you<br>
Big surprise I know, but just see this through<br>
All of our dreams, are coming true<br>
We're gonna do it all I know you want it too<br>
<br>
What more can I say it'll all be okay<br>
One of these days the skies won't be so gray<br>
We'll be having the time of our lives<br>
And in the end everything will be just fine<br>
<br>
You're standing there looking at me<br>
I wish it could be our reality<br>
I know it's not always a guarantee<br>
But someday soon we are going to be free<br>
<br></p>
<h3>Is This It?</h3>
<p>Stranded the middle of the ocean<br>
From time to time my mind's full of confusion<br>
I am filled to the brim with emotion<br>
Sometimes I feel like there's no solution<br>
<br>
I want to float above the water not being held down<br>
I'm always found at the surface where I can almost breathe<br>
But a dark void that the water pulls me to is beneath<br>
Am I too far gone to save? For one good gasp of air<br>
<br>
So far from the beginning to close to the end<br>
Slowly getting closer to suffocating<br>
Really starts to feel like I am drowning<br>
the bottom is near and it's so aggravating<br>
<br>
Stranded in the middle of the ocean<br>
I can start to feel myself slowly floating<br>
I've been waiting so long for this kind of motion<br>
Finally the warmth of the light is beaming<br>
<br></p>
<footer>
<h5>© 2025 The Select Inc.</h5>
</footer>
</body>
</html>