-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (36 loc) · 1.98 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
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="pt-br">
<head>
<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>Berserk: The Golden Age Arc</title>
<link rel="stylesheet" href="./assest/styles/style.css">
</head>
<body>
<main>
<section class="cartao">
<div class="video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/fJsOf8JTKXM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<div class="informacoes">
<h1>Berserk:<br>The Golden Age Arc</h1>
<p>2022 | <b>A18</b> | 3-filmes</p>
</div>
<button id="assistir"><a href="https://www.crunchyroll.com/series/G24H1N8XX/berserk-the-golden-age-arc---memorial-edition" target="_blank">Assista</a></button>
<div class="descricao">
<p>Neste épico mundo medieval, um guerreiro erante é recrutado pelo carismático lider de um bando de mercenários para seguir em uma jornada brutal em busca de fama e glória
</p>
</div>
</section>
</main>
<footer>
<p>
Criado por Diogo Silas |
</p>
<a href="https://www.instagram.com/diogosilas_ds/" target="_blank"><img src="assest/images/logo_instagram.png" alt="Logo do Instagram"></a>
<a href="https://github.com/DiogoSilas" target="_blank"><img src="assest/images/logo_github.png" alt="Logo do Github"></a>
<a href="https://www.linkedin.com/in/diogosilas2004?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3BhA%2FV3y77Q5SGQ7X3ezHfgg%3D%3D" target="_blank"><img src="assest/images/logo_linkedin.png" alt="Logo do LinkedIn"></a>
</footer>
</body>
</html>