-
Notifications
You must be signed in to change notification settings - Fork 0
/
semtitulo.html
38 lines (32 loc) · 1.68 KB
/
semtitulo.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" alt="menu" coords="0, 460, 77, 480" href="menu.html"/>
<area shape="rect" alt="mensageiro" coords="18, 63, 69, 116" href="erro.html"/>
<area shape="rect" alt="pinte" coords="91, 60, 119, 113" href="erro.html"/>
<area shape="rect" alt="internet" coords="142, 64, 195, 162" href="erro.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>
<img src="imagens/semtitulo.png" class="palavra" alt="" usemap="#mapa_palavra" />
<map name="mapa_palavra">
<area shape="rect" coords="409, 308, 539, 329" href="thesims.html"/>
<area shape="rect" coords="411, 288, 539, 307" href="capivara.html" />
<area shape="rect" coords="524, 1, 545, 20" href="pasta_caderno.html"/>
</map>
<img class="assistente_palavras" src="imagens/assistente.gif" />
</main>
</div>
</body>
</html>