-
Notifications
You must be signed in to change notification settings - Fork 0
/
pasta_trabalhos_adulto.html
41 lines (34 loc) · 2.02 KB
/
pasta_trabalhos_adulto.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
<!doctype html>
<html>
<head>
<title>Janelas XD</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="fonte" rel="stylesheet">
<link href="css/estilo.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<main>
<img src="imagens/area_trabalho_adulto.png" id="area_trabalho_adulto" usemap="#link_area_adulto"/>
<map name="link_area_adulto">
<area shape="rect" alt="menu" coords="0, 460, 77, 480" href="menu_adulto.html"/>
<area shape="rect" alt="internet" coords="14, 10, 58, 61" href="erro.html"/>
<area shape="rect" alt="mensageiro" coords="13, 74, 56, 119" href="erro.html"/>
<area shape="rect" alt="pasta_fotos" coords="286, 247, 332, 286" href="pasta_fotos_adulto.html"/>
<area shape="rect" alt="pasta_tabela" coords="583, 108, 619, 156" href="pasta_tabela.html"/>
<area shape="rect" alt="pasta_docs" coords="582, 171, 620, 218" href="pasta_trabalhos_adulto.html"/>
</map>
<img class="pasta-adulto" src="imagens/pasta_trabalhos_adulto.png" usemap="#linkstrabalhos"/>
<map name="linkstrabalhos">
<area shape="rect" coords="400, 4, 412, 17" alt="Fechar" href="area_trabalho_adulto.html"/>
<area shape="rect" coords="11, 93, 107, 104" alt="tabels" href="pasta_tabela.html"/>
<area shape="rect" coords="11, 106, 107, 115" alt="fotos" href="pasta_fotos_adulto.html"/>
<area shape="rect" coords="156, 103, 205, 167" alt="Foto01" href="aluno3.html"/>
<area shape="rect" coords="237, 103, 287, 167" alt="Foto02" href="aluno2.html"/>
<area shape="rect" coords="318, 103, 369, 167" alt="Foto03" href="aluno1.html"/>
</map>
</main>
</div>
</body>
</html>