-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcurso-js.html
22 lines (22 loc) · 1.1 KB
/
curso-js.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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 de JavaScript</title>
<link rel="stylesheet" href="estilos/style.css">
</head>
<body>
<main>
<header>
<h1>Curso de JavaScript</h1>
</header>
<article>
<p><abbr title="JavaScript">JavaScript</abbr> é uma Lorem ipsum dolor sit amet consectetur adipisicing elit. Aut, dolor. Recusandae inventore aperiam doloremque libero esse, quibusdam eos suscipit illo quod rerum velit asperiores non, quos, odio exercitationem accusantium doloribus.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/BXqUH86F-kA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<a href="index.html"><img href="index.html" src="./imagens/btn-back.png" alt="Voltar"></a>
</article>
</main>
</body>
</html>