-
Notifications
You must be signed in to change notification settings - Fork 0
/
leis.html
55 lines (41 loc) · 1004 Bytes
/
leis.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/styleacessibilidadeA.css">
<meta charset="utf-8">
<title>
Filezilla
</title>
</head>
<body>
<header>
<picture>
<img class="icone" src="imagens/logo.png">
</picture>
<nav id="menu">
<h1>Menu Principal</h1>
<ul type="disc">
<li><a href="index.html"> Home</a></li>
<li><a href="beneficiados.html"> O que é?</a></li>
<li><a href="oquee.html"> Pra que é?</a></li>
<li><a href="leis.html"> Como funciona?</a></li>
</ul>
</nav>
</header>
<h1 class="introduction">
Como funciona?
</h1>
<span class="description">
<br>
<picture>
<img srcset="imagens/config.png" class="beneficiados">
</picture>
<picture>
<img srcset="imagens/leis.png" class="beneficiados">
</picture>
<picture>
<img srcset="imagens/conect.png" class="beneficiados">
</picture>
</span>
</body>
</html>