-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalunos.html
33 lines (31 loc) · 894 Bytes
/
alunos.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
29
30
31
32
33
<!DOCTYPE html>
<html lang="pt" dir="ltr">
<head>
<meta charset="utf-8">
<title>Alunos</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<header>
<div>
<ul>
<img src="https://www.gov.br/pt-br/noticias/educacao-e-pesquisa/2022/07/ministerio-da-ciencia-tecnologia-e-inovacoes-e-finep-anunciam-6-chamadas-publicas-para-diferentes-areas/50974600-46d4-42b1-a628-cf5fa6befdb0.png">
<li>Home</li>
<li>Projetos</li>
<li>Contato</li>
</ul>
</div>
</header>
<main>
<section>
<ul>
<li>
<h2>Formadores em ação</h2>
<img src="https://www.istoedinheiro.com.br/wp-content/uploads/sites/17/2019/10/imagemn-escolhida-artigo-e1571255765939-1280x720.jpg">
<p>Teste</p>
</li>
</ul>
</section>
</main>
</body>
</html>