-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1002 Bytes
/
index.html
File metadata and controls
30 lines (30 loc) · 1002 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Grupo Favorito</title>
<link href="https://fonts.googleapis.com/css?family=Amatic+SC|Caveat|Lustria" rel="stylesheet">
<link rel="stylesheet" href="main.css">
</head>
<body>
<!--comentario-->
<div class="cuadrado-color">
<h1>The Ramones</h1>
<img src="logo.png">
<h2>El mejor grupo de la historia</h2>
</div class="informacion">
<div>
<h3>Sobre el grupo</h3>
<p>Ramones fue una banda de punk formada en Forest Hills, en el distrito de Queens,
Nueva York, Estados Unidos, en el año 1974, y disuelta veintidós años más tarde, en 1996.</p>
<img class="foto-grupo" src="theRamones.png">
</div>
<div class="enlaces">
<h5>Más información</h5>
<h6>Website</h6>
<a href="https://www.ramones.com">Ramones Oficial Website</a>
<h6>Contacto</h6>
<a href="ramones@hotmail.com">ramones@hotmail.com</a>
</div>
</body>
</html>