-
Notifications
You must be signed in to change notification settings - Fork 0
/
foto6.html
35 lines (29 loc) · 1.35 KB
/
foto6.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
<!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" coords="0, 460, 77, 480" href="erro.html"/>
<area shape="rect" coords="14, 10, 58, 61" href="erro.html"/>
<area shape="rect" coords="13, 74, 56, 119" href="erro.html"/>
<area shape="rect" coords="286, 247, 332, 286" href="pasta_fotos_adulto.html"/>
<area shape="rect" coords="583, 108, 619, 156" href="erro.html"/>
<area shape="rect" coords="582, 171, 620, 218" href="erro.html"/>
</map>
<img src="imagens/foto6.png" class="fotos_adulto" usemap="#mapa_paint" href="pasta_fotos_adulto.html" />
<map name="mapa_paint">
<area shape="rect" alt="fechar" coords="437, 0, 456, 19" href="pasta_fotos_adulto.html" />
</map>
</main>
</div>
</body>
</html>