-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaula.html
More file actions
36 lines (36 loc) · 1.48 KB
/
aula.html
File metadata and controls
36 lines (36 loc) · 1.48 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Professor Ajax</title>
</head>
<body>
<header>
<img src="imagens/professorajax.png" width="500" height="500s">
</header>
<nav>
<a href="index.html">Principal</a> |
<a href="musica.html">Músicas</a> |
<a href="aula.html">Aula</a> |
<a href="contato.html">Contato</a> |
</nav>
<main>
<h3>Python</h3>
<iframe width="853" height="480" src="https://www.youtube.com/embed/KOdfpbnWLVo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
<h3>Java</h3>
<iframe width="853" height="480" src="https://www.youtube.com/embed/I2wvhRUVNTM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
<h3>C++</h3>
<iframe width="853" height="480" src="https://www.youtube.com/embed/S33SNjGyVN0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
<h3>R</h3>
<iframe width="853" height="480" src="https://www.youtube.com/embed/mRlncrX94xQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
<footer>
<strong>2022</strong>
</footer>
</main>
</main>
</body>
</html>