-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (29 loc) · 1.4 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="assets/icons/favicon.png">
<title>Deadpool & Wolverine | 2024</title>
</head>
<body>
<header>
<img src="assets/imgs/imagem post-br-vertical.jpg" alt="">
</header>
<main>
<section>
<h1>Deadpool & Wolverine</h1>
<h3>Sobre</h3>
<p>
Deadpool & Wolverine é um futuro filme de super-herói estadunidense baseado nos personagens Deadpool e Wolverine, da Marvel Comics, produzido pela Marvel Studios, Maximum Effort, e 21 Laps Entertainment, e distribuído pela Walt Disney Studios Motion Pictures.
</p>
<p><span>Data de lançamento:</span> 25 de julho de 2024</p>
</section>
<iframe width="467" height="265" src="https://www.youtube.com/embed/JjnzxHdZtYY?si=w7QoNnRuULuXxEFI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</main>
<footer>
<img src="assets/imgs/logo-marvel.png" alt="Logo Marvel Studios">
</footer>
</body>
</html>