-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (35 loc) · 1.12 KB
/
Copy pathindex.html
File metadata and controls
42 lines (35 loc) · 1.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="css/style.css" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tribute to : </title>
</head>
<body>
<h1> Jeon Jungkook</h1>
<img src="img/jk.png" />
<h5 id="cita">
"No vuelvas a tener miedo, lo que sea que digan otras personas sobre ti no hagas caso, tú estarás bien"
</h5>
<h3> TIMELINE</h3>
<div class="fechas">
<p>
<span> Julio, 2011 </span> Jungkook se mudó a Seúl para empezar su periodo de trainee.
</p>
<p>
<span> Octubre, 2014 </span> Primer concierto The Red Bullet Tour.
</p>
<p>
<span> Mayo, 2015 </span> Primer Win de Bts con 'I Need U'.
</p>
<p>
<span> Septiembre, 2018</span> BTS se presentó ante la ONU por primera vez.
</p>
</div>
<footer>
Puedes leer más acerca de Jungkook <a href="https://es.wikipedia.org/wiki/Jeon_Jung-kook"> aqui</a>
</footer>
</body>
</html>