-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (33 loc) · 1.37 KB
/
index.html
File metadata and controls
34 lines (33 loc) · 1.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mi Banda favorita</title>
<link href="https://fonts.googleapis.com/css?family=Bree+Serif|Indie+Flower" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Rye" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Amatic+SC" rel="stylesheet">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="cuadrado-color">
<img src="incubuslogo.png">
<h1>Mi Banda Favorita</h1>
<h3>La mejor Banda de la Vida</h3>
</div>
<div class="info-de-la-banda"
<h2>Sobre la Banda</h2>
<p>Todas estas palabras rimbombantes son para decir algo bastante simple: Los conciertos de Incubus son realmente divertidos.<br>
Puede que la banda esté lejos de su época de gloria, pero mientras sigan siendo capaces de conjurar euforia entre los feligreses, <br>
serán recibidos con los brazos abiertos. </p>
<img class="imagen-banda" src="incubus.jpg" alt="">
</div>
<div class="enlaces">
<h5>Más Información</h5>
<h6>Web Site</h6>
<a href="http://www.incubushq.com/">Página Oficial </a>
<h5>Escucha sus Clásicos</h5>
<a href="https://www.youtube.com/watch?v=iVWPFq_VAMg&list=PLF2BC86A2527340BE"> Morning View </a> <br>
<a href="https://www.youtube.com/watch?v=S7tcPJGK6eE">A crow Left To The Morder</a> <br>
</div>
</body>
</html>