-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (77 loc) · 3.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Avicci-Tribute-Page</title>
</head>
<body>
<main>
<h1 id="title" class="center">AVICCI</h1>
<div>
</div>
<div class="row">
<div class="column"></div>
<div class="column">
<img src="images/logo_avicci.png" alt="Logo">
<img src="images/avicci-blackPortrait.jpg" alt="Avicci Portrait">
<img src="images/avicci_second.jpg" alt="">
</div>
<div class="column">
<img src="images/avicci_third.jfif" alt="">
<img src="images/avicci_fourth.jfif" alt="">
<img src="images/avicci_fifth.jfif" alt="">
</div>
<div class="column"></div>
</div>
</div>
<div class="center">
<p id="img_caption">One of the best DJ ever to be born</p>
</div>
<div class="center">
<p id="song_title">Wake Me Up</p>
<p>Feeling my way through the darkness</p>
<p>Guided by a beating heart</p>
<p>I can't tell where the journey will end</p>
<p>But I know where to start</p>
<p>They tell me I'm too young to understand</p>
<p>They say I'm caught up in a dream</p>
<p>Well life will pass me by if I don't open up my eyes</p>
<p>Well that's fine by me</p>
<p>So wake me up when it's all over</p>
<p>When I'm wiser and I'm older</p>
<p>All this time I was finding myself, and I</p>
<p>Didn't know I was lost</p>
<p>So wake me up when it's all over</p>
<p>When I'm wiser and I'm older</p>
<p>All this time I was finding myself, and I</p>
<p>Didn't know I was lost</p>
<p>I tried carrying the weight of the world</p>
<p>But I only have two hands</p>
<p>Hope I get the chance to travel the world</p>
<p>But I don't have any plans</p>
<p>Wish that I could stay forever this young</p>
<p>Not afraid to close my eyes</p>
<p>Life's a game made for everyone</p>
<p>And love is a prize</p>
<p>So wake me up when it's all over</p>
<p>When I'm wiser and I'm older</p>
<p>All this time I was finding myself, and I</p>
<p>Didn't know I was lost</p>
<p>So wake me up when it's all over</p>
<p>When I'm wiser and I'm older</p>
<p>All this time I was finding myself, and I</p>
<p>I didn't know I was lost</p>
<p>I didn't know I was lost</p>
<p>I didn't know I was lost</p>
<p>I didn't know I was lost</p>
<p>I didn't know</p>
</div>
<div class="center">
<a href="https://en.wikipedia.org/wiki/Avicii" target="_blankl" id="wikiLink">Learn More About Avicci</a>
</div>
</main>
</body>
</html>