-
Notifications
You must be signed in to change notification settings - Fork 0
/
area_trabalho.html
30 lines (25 loc) · 1.2 KB
/
area_trabalho.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
<!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" alt="menu" coords="0, 460, 77, 480" href="menu.html"/>
<area shape="rect" alt="mensageiro" coords="18, 63, 69, 116" href="mensageiro.html"/>
<area shape="rect" alt="paint1" coords="91, 60, 119, 113" href="paint.html"/>
<area shape="rect" alt="internet" coords="142, 64, 195, 162" href="internet.html"/>
<area shape="rect" alt="pasta_desenho" coords="491, 367, 535, 418" href="pasta_desenho.html"/>
<area shape="rect" alt="pasta_caderno" coords="558, 367, 618, 418" href="pasta_caderno.html"/>
</map>
</main>
</div>
</body>
</html>