-
Notifications
You must be signed in to change notification settings - Fork 0
/
imagens.html
48 lines (40 loc) · 1.47 KB
/
imagens.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>imagens</title>
</head>
<link rel="stylesheet" href="css/css.css">
<body>
<div id="topo">
<div id="menu">
<ul id="listaMenu">
<li><img src="imagens/lixeira.jpg" width="100" height="100"></li>
<li><a href="home.php">Home</a></li>
<li><a href="imagens.html">imagens</a></li>
<li><a href="sobre.html">Sobre</a></li>
<li><a href="https://www.saneamentobasico.com.br/logistica-reversa-dos-residuos-solidos/" target="_blank">Logistica Reversa</a></li>
<li><a href="https://www.ecycle.com.br/1721-obsolescencia-programada" target="_blank">Absolecência planejada </a></li>
</ul>
</div>
<h2>Essas são algumas das imagens de um ATIVIDADE prática que executamos no dia 31 de Outubro de 2019.</h2>
<br>
<div class= "centro">
<h2>Essas são algumas das imagens de um ATIVIDADE prática que executamos no dia 31 de Outubro de 2019.</h2>
<img src="imagens/imagem 1.jpeg "width="700" height="500">
<br><br><
<img src="imagens/imagem 3.jpeg "width="700" height="500">
<br><br>
<img src="imagens/imagem 4.jpeg "width="700" height="500">
<br><br>
<img src="imagens/imagem 5.jpeg "width="700" height="500">
<br><br>
<img src="imagens/imagem 6.jpeg "width="700" height="500">
<br><br>
<img src="imagens/imagem 8.jpeg "width="700" height="500">
<br><br>
<img src="imagens/imagem 9.jpeg "width="700" height="500">
<br><br>
</div>
</body>
</html>