-
Notifications
You must be signed in to change notification settings - Fork 0
/
sla.html
36 lines (30 loc) · 856 Bytes
/
sla.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
34
35
36
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Gremio Estudantil</title>
<link href="https://fonts.googleapis.com/css2?family=Lemonada:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/estilo.css">
</head>
<body>
<header>
<div class="logo">
<img align="left-bottom" src="img/logo.png"/>
</div>
<header>
<nav>
<ul>
<a href="#"><li>Sexto Ano</li></a>
<a href="#"><li>Sétimo Ano</li></a>
<a href="#"><li>Oitavo Ano</li></a>
<a href="#"><li>Nono Ano</li></a>
<a href="index.html"><li>Voltar</li></a>
</ul>
</nav>
</header>
<section></section>
<footer>
Jornal Jornalista Jairo Callado © 2020. Todos os direitos reservados.
</footer>
</body>
</html>