-
Notifications
You must be signed in to change notification settings - Fork 0
/
alunos.html
24 lines (23 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
<!DOCTYPE html>
<html lang="pt" dir="ltr">
<head>
<meta charset="utf-8">
<title>Alunos</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="index.css">
</head>
<body>
<header>
<nav>
<ul>
<img src="https://www.gov.br/pt-br/noticias/noticias/educacao-e-pesquisa/07/ministerio-da-ciencia-tecnologia-e-inovacoes-e-finep-anunciam-6-chamadas-publicas-para-diferentes-areas/50974600-46d4-42b1-a628-cf5fa6befdb0.png">
<li><a href="index.html">Home</a></li>
<li><a href="alunos.html">Alunos</a></li>
<li><a href="projetos.html">Projetos</a></li>
<li><a href="https://github.com/ProfEverlea">GitHub</a></li>
<li><a href="mailto: everlearossi@gmail.com">Email</a></li> <li><a href="tel:+55 43999255956">Telefone</a></li>
</ul>
</nav>
</header>
</body>
</html>