-
Notifications
You must be signed in to change notification settings - Fork 0
/
paint5.html
38 lines (30 loc) · 1.35 KB
/
paint5.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
<!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_crianca.png" id="area_trabalho_crianca" usemap="#link_area_crianca"/>
<map name="link_area_crianca">
<area shape="rect" coords="0, 460, 77, 480" href="erro.html"/>
<area shape="rect" coords="18, 63, 69, 116" href="erro.html"/>
<area shape="rect" coords="91, 60, 119, 113" href="pasta_desenho.html"/>
<area shape="rect" coords="142, 64, 195, 162" href="erro.html"/>
<area shape="rect" coords="491, 367, 535, 418" href="erro.html"/>
<area shape="rect" coords="558, 367, 618, 418" href="erro.html"/>
</map>
<img src="imagens/desenho5.png" class="desenhos" usemap="#mapa_desenhos" />
<map name="mapa_desenhos">
<area shape="rect" coords="437, 1, 459, 25" href="pasta_desenho.html" />
</map>
</map>
</main>
</div>
</body>
</html>