-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmegadeth.html
57 lines (39 loc) · 1.41 KB
/
megadeth.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
<!DOCTYPE html>
<html lang="pt-br" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
<title>Megadeth</title>
</head>
<body>
<header>
<img src="logo.megadeth.jpg" id="logo">
<nav>
<ul>
<li><a href="index.html">Página inicial</a></li>
<li><a href="horario.html">Horarios de funcionamento</a></li>
<li><a href="contato.html">Contato para locação</a></li>
</ul>
</nav>
</header>
<div class="pt1">
<h1> A banda </h1>
<center>
<img src="megadeth-banda.jpeg" class="banda">
</center>
<p>É uma banda que eu gosto muito, uma das percursoras do thrash metal, existe muita
polêmica em cima de diversos fatos sobre a historia da banda e atualmente ate mesmo
sobre alguns dos ex-integrantes. </p>
<p> A música é maravilhosa e me coloca num estado muito grande de felicidade</p>
</div>
<div class="pt1">
<h1>O álbum mais recente</h1>
<center>
<img src="megadeth-album.png" class="banda">
</center>
<p> Esse album foi lançado no ano de 2022 e eu ainda não o escutei por completo o que me deixa um pouco triste</p>
</div>
<img src="big_four.png" id="big4">
</body>
</html>