Skip to content

Commit

Permalink
estilo2
Browse files Browse the repository at this point in the history
  • Loading branch information
deniseheuert authored Oct 17, 2024
1 parent 351637d commit 5b104c1
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
<!DOCTYPE html>
<html lang="pt-br">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AluraFlix</title>
<link rel="stylesheet" href="style.css">
</head>

<body>
<header>ALURAFLIX</header>
<h1>ATRAVÉS DO ARANHAVERSO SUPERA O PRIMEIRO FILME?</h1>
<p>#homem-aranha</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/LZBlXkDvhh4?si=0VtkaHjM_MQFcKIx" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<section>
<div>
<h1>ATRAVÉS DO ARANHAVERSO SUPERA O PRIMEIRO FILME?</h1>
<p>#homem-aranha</p>
</div>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/LZBlXkDvhh4?si=0VtkaHjM_MQFcKIx"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</section>
</body>

</html>

0 comments on commit 5b104c1

Please sign in to comment.