-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpag2.html
28 lines (24 loc) · 1.14 KB
/
pag2.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
<!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>Curso em video</title>
<link rel="stylesheet" href="estilo/style.css">
</head>
<body>
<main>
<header>
<h1>Curso Grátis</h1>
<img class="lado" src="imagens/git.png" alt="Simbolo Github">
</header>
<article>
<h2>Curso 1</h2>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Illo nemo labore distinctio culpa, ad reprehenderit quisquam nam iusto tempora quia sunt. Porro quaerat fugiat, esse debitis vel laboriosam totam nesciunt.</p>
</article>
<iframe width="560" height="315" src="https://www.youtube.com/embed/2Y0HXnYpn9E" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<a href="index.html"><img src="imagens/icone-voltar.png" alt="botão voltar"</a>
</main>
</body>
</html>