-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlyrics.html
More file actions
601 lines (548 loc) · 15.3 KB
/
lyrics.html
File metadata and controls
601 lines (548 loc) · 15.3 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
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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
<!DOCTYPE html>
<html>
<head>
<title>SLANIA</title>
</head>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="lyrics.css">
<link rel="stylesheet" href="https://opensource.keycdn.com/fontawesome/4.7.0/font-awesome.min.css" integrity="sha384-dNpIIXE8U05kAbPhy3G1cz+yZmTzA6CY8Vg/u2L9xRnHjJiAK76m2BIEaSEV+/aU" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"></a>
<a href="index.html" class="navbar-left"><img src="images/logopnggray.png"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-left">
<li><a href="https://www.facebook.com/Slaniametal/"><i class="fa fa-facebook fa-lg" aria-hidden="true"></i>
</a></li>
<li><a href="https://twitter.com/slaniaargentina"><i class="fa fa-twitter fa-lg" aria-hidden="true"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCkXubWhjI4Z3ztH5_hbXeow"><i class="fa fa-youtube fa-lg" aria-hidden="true"></i></a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="about.html">ABOUT</a></li>
<li><a href="https://gumroad.com/l/saLCO">STORE</a></li>
<li><a href="media.html">MEDIA</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div id="probando">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="photos">
<h1>Losing Everything</h1>
<hr>
</div>
</div>
</div>
</div>
</div>
<div id="probando">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="photos">
<div class="col-lg-6">
<form></form>
</div>
<div class="col-lg-12">
<h4>I look into your eyes and I see the fear</h4>
<h4>The fear that I fail again</h4>
<h4>I don't blame you</h4>
<h4>The pride protects me</h4>
<h4>The ego isolates me</h4>
<h4>Can't you see it?</h4>
<h4>I'm also afraid</h4>
<h4>I escape from the pain</h4>
<h4>Can't you see it?</h4>
<h4>My words stumble</h4>
<h4>I'm going to disappear</h4>
<h4>I look into your eyes and I lose myself</h4>
<h4>I need to be better</h4>
<h4>I don't blame you</h4>
<h4>The past condemns me</h4>
<h4>The memories overcome me</h4>
<h4>Can't you see it?</h4>
<h4>There's also fear in my eyes</h4>
<h4>I escape from the pain</h4>
<h4>Can't you see it?</h4>
<h4>My words stumble</h4>
<h4>I'm going to disappear</h4>
<p id="espacio"></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="probando">
<div class="container">
<a id="darkHorizon">
</a>
<div class="row">
<div class="col-lg-12">
<div id="photos">
<h1>Dark Horizon</h1>
<hr>
</div>
</div>
</div>
</div>
</div>
<div id="probando">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="photos">
<div class="col-lg-6">
<form></form>
</div>
<div class="col-lg-12">
<h4>I feel cold sweat on my forehead</h4>
<h4>Rip me from dreams</h4>
<h4>It's tied to my mind</h4>
<h4>Adrift is how I feel</h4>
<h4>The wind blows</h4>
<h4>The time goes back</h4>
<h4>I can't understand</h4>
<h4>How did I get here?</h4>
<h4>Oh! Demons moving in the night</h4>
<h4>A perfect circle</h4>
<h4>That I've designed</h4>
<h4>You can't believe your eyes</h4>
<h4>It's useless that you try</h4>
<h4>Move your feet to the freedom</h4>
<h4>A sacred light, very clear</h4>
<h4>It's what you need</h4>
<h4>But undergone at night</h4>
<h4>Mysterious shapes appear</h4>
<h4>Ripping through </h4>
<h4>Deaf old words</h4>
<h4>A scratchy breathing</h4>
<h4>Is all I can hear</h4>
<h4>Oh! Demons moving in the night</4>
<h4>A perfect circle</4>
<h4>That I've designed</4>
<h4>You can't believe your eyes</4>
<h4>It's useless that you try</4>
<h4>Move your feet to the freedom</4>
<h4>Your eyes look cold</4>
<h4>And your face tired</4>
<h4>Your feet hurt</4>
<h4>Your look is empty</4>
<h4>The spirits aren't gone</4>
<h4>Not even the threat leaves</4>
<h4>Oh! Demons moving in the night</4>
<h4>A perfect circle</4>
<h4>That I've designed</4>
<h4>You can't believe your eyes</4>
<h4>It's useless that you try</4>
<h4>Move your feet to the freedom</4>
<p id="espacio"></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="probando">
<div class="container">
<a id="selfSabotage">
</a>
<div class="row">
<div class="col-lg-12">
<div id="photos">
<h1>Self Sabotage</h1>
<hr>
</div>
</div>
</div>
</div>
</div>
<div id="probando">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="photos">
<div class="col-lg-6">
<form></form>
</div>
<div class="col-lg-12">
<h4>I look into your eyes and I see the fear</h4>
<h4>I'm going to disappear</h4>
<p id="espacio"></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="probando">
<div class="container">
<a id="silence">
</a>
<div class="row">
<div class="col-lg-12">
<div id="photos">
<h1>Silence</h1>
<hr>
</div>
</div>
</div>
</div>
</div>
<div id="probando">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="photos">
<div class="col-lg-6">
<form></form>
</div>
<div class="col-lg-12">
<h4>Sometimes I wonder</h4>
<h4>how this things can happen</h4>
<h4>but no answers</h4>
<h4>come to my mind</h4>
<h4>Some days I feel alone</h4>
<h4>and there is nowhere to go</h4>
<h4>In just a minute my world</h4>
<h4>has fallen apart</h4>
<h4>I hear nothing</h4>
<h4>but silence</h4>
<h4>an emptiness</h4>
<h4>that can't be filled</h4>
<h4>A vanishing soul</h4>
<h4>a confusing mist</h4>
<h4>alters my thoughts</h4>
<h4>shows me incomplete</h4>
<h4>Pictures and memories</h4>
<h4>run like flashes</h4>
<h4>through my head</h4>
<h4>as a proof of your existence</h4>
<h4>Crying hearts which won't forget the sorrow</h4>
<h4>Never ending silence</h4>
<h4>This dream wasn't meant to come true</h4>
<h4>Crying hearts which won't forget the sorrow</h4>
<h4>Never ending silence</h4>
<h4>This dream wasn't meant to come true</h4>
<p id="espacio"></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="probando">
<div class="container">
<a id="littleBlackRidingHood">
</a>
<div class="row">
<div class="col-lg-12">
<div id="photos">
<h1>Little Black riding Hood</h1>
<hr>
</div>
</div>
</div>
</div>
</div>
<div id="probando">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="photos">
<div class="col-lg-6">
<form></form>
</div>
<div class="col-lg-12">
<h4>I look into your eyes and I see the fear</h4>
<h4>I'm going to disappear</h4>
<p id="espacio"></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="probando">
<div class="container">
<a id="bleedingDiamonds">
</a>
<div class="row">
<div class="col-lg-12">
<div id="photos">
<h1>Bleeding Diamonds</h1>
<hr>
</div>
</div>
</div>
</div>
</div>
<div id="probando">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="photos">
<div class="col-lg-6">
<form></form>
</div>
<div class="col-lg-12">
<h4>I look into your eyes and I see the fear</h4>
<h4>The fear that I fail again</h4>
<h4>I don't blame you</h4>
<h4>The pride protects me</h4>
<h4>The ego isolates me</h4>
<h4>Can't you see it?</h4>
<h4>I'm also afraid</h4>
<h4>I escape from the pain</h4>
<h4>Can't you see it?</h4>
<h4>My words stumble</h4>
<h4>I'm going to disappear</h4>
<h4>I look into your eyes and I lose myself</h4>
<h4>I need to be better</h4>
<h4>I don't blame you</h4>
<h4>The past condemns me</h4>
<h4>The memories overcome me</h4>
<h4>Can't you see it?</h4>
<h4>There's also fear in my eyes</h4>
<h4>I escape from the pain</h4>
<h4>Can't you see it?</h4>
<h4>My words stumble</h4>
<h4>I'm going to disappear</h4>
<p id="espacio"></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="probando">
<div class="container">
<a id="willingToFindTheAim">
</a>
<div class="row">
<div class="col-lg-12">
<div id="photos">
<h1>Willing to Find the Aim</h1>
<hr>
</div>
</div>
</div>
</div>
</div>
<div id="probando">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="photos">
<div class="col-lg-6">
<form></form>
</div>
<div class="col-lg-12">
<h4>I look into your eyes and I see the fear</h4>
<h4>The fear that I fail again</h4>
<h4>I don't blame you</h4>
<h4>The pride protects me</h4>
<h4>The ego isolates me</h4>
<h4>Can't you see it?</h4>
<h4>I'm also afraid</h4>
<h4>I escape from the pain</h4>
<h4>Can't you see it?</h4>
<h4>My words stumble</h4>
<h4>I'm going to disappear</h4>
<h4>I look into your eyes and I lose myself</h4>
<h4>I need to be better</h4>
<h4>I don't blame you</h4>
<h4>The past condemns me</h4>
<h4>The memories overcome me</h4>
<h4>Can't you see it?</h4>
<h4>There's also fear in my eyes</h4>
<h4>I escape from the pain</h4>
<h4>Can't you see it?</h4>
<h4>My words stumble</h4>
<h4>I'm going to disappear</h4>
<p id="espacio"></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="probando">
<div class="container">
<a id="wakeUpTheWorld">
</a>
<div class="row">
<div class="col-lg-12">
<div id="photos">
<h1>Wake Up the World</h1>
<hr>
</div>
</div>
</div>
</div>
</div>
<div id="probando">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="photos">
<div class="col-lg-6">
<form></form>
</div>
<div class="col-lg-12">
<h4>I look into your eyes and I see the fear</h4>
<h4>I'm going to disappear</h4>
<p id="espacio"></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="probando">
<div class="container">
<a id="forbidden">
</a>
<div class="row">
<div class="col-lg-12">
<div id="photos">
<h1>Forbidden</h1>
<hr>
</div>
</div>
</div>
</div>
</div>
<div id="probando">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="photos">
<div class="col-lg-6">
<form></form>
</div>
<div class="col-lg-12">
<h4>His revenge</h4>
<h4>No matter how much he tries</h4>
<h4>He'll be a damned forever</h4>
<h4>Hatred only takes him</h4>
<h4>To the end of his path</h4>
<h4>And hell shall be</h4>
<h4>His destiny</h4>
<h4>Becoming an abomination</h4>
<h4>Will only make him know</h4>
<h4>His doom</h4>
<h4>No matter how much he tries</h4>
<h4>He'll be a damned forever</h4>
<h4>Hatred only takes him</h4>
<h4>To the end of his path</h4>
<h4>And hell shall be</h4>
<h4>His destiny</h4>
<h4>Just leave all your rage</h4>
<h4>And break the line</h4>
<h4>Do not look behind you</h4>
<h4>Just take my hand</h4>
<h4>Come to another world</h4>
<h4>Without suffering and pain</h4>
<h4>I'll give you another chance</h4>
<h4>You deserve to start again</h4>
<h4>This is the way to leave this place</h4>
<h4>Pride will kill his love</h4>
<h4>And sacrifice will</h4>
<h4>Turn him into a ruthless beast</h4>
<h4>God give mercy to the evil!</h4>
<h4>Enlighten the merciless!</h4>
<h4>No matter how much he tries</h4>
<h4>He'll be a damned forever</h4>
<h4>Hatred only takes him</h4>
<h4>To the end of his path</h4>
<p id="espacio"></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="probando">
<div class="container">
<a id="allOverAgain">
</a>
<div class="row">
<div class="col-lg-12">
<div id="photos">
<h1>All Over Again</h1>
<hr>
</div>
</div>
</div>
</div>
</div>
<div id="probando">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="photos">
<div class="col-lg-6">
<form></form>
</div>
<div class="col-lg-12">
<h4>Uy lonely soul is begging for salvation</h4>
<h4>My tormented mind is just seeking to forget</h4>
<h4>I blame you, because i'm paying for your mistakes (ior)</h4>
<h4>I'm convicted without being guilty (biing)</h4>
<h4>In every failure I see your face (feilier)</h4>
<h4>What you did won't let me rise</h4>
<h4>Today, I start all over again and</h4>
<h4>Little by little I began to believe in me</h4>
<h4>Hate makes me stronger</h4>
<h4>My torn body is looking for pleasure</h4>
<h4>My silent words want to be heard</h4>
<h4>I hate you, because I'm paying for your mistakes</h4>
<h4>I'm alone and it's everything because of you</h4>
<h4>I step away from the emptiness</h4>
<h4>I suffer your frustrations</h4>
<h4>You proyected everything in me</h4>
<h4>I pay for your failures</h4>
<h4>I enherit your destiny</h4>
<p id="espacio"></p>
</div>
</div>
</div>
</div>
</div>
</div>
<p id="espacio"></p>
<hr>
<footer>
<p>Copyright - 2016 Slania All rights reserved</p>
</footer>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124118273-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-124118273-1');
</script>
</body>
</html>