-
Notifications
You must be signed in to change notification settings - Fork 0
/
nativos.html
24 lines (22 loc) · 939 Bytes
/
nativos.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
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title> Fale com nativos - Prepare-se</title>
<link rel="stylesheet" href="recet.css">
<link rel="stylesheet" href="musica.css">
</head>
<body>
<header>
<div class="caixa">
<h1>Fale com nativos</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="prepare-se.html">Prepare-se</a></li>
<li><a href="destinos.html">Destinos</a></li>
</ul>
</nav>
</div>
</header>
<iframe width="560" height="315" src="https://www.youtube.com/embed/QRULM9U5QXw?si=xvI8SZ233lhHItNU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</body>