-
Notifications
You must be signed in to change notification settings - Fork 0
/
mensageiro_popup.html
46 lines (36 loc) · 2.14 KB
/
mensageiro_popup.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
42
43
44
45
46
<!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="mensageiro.html"/>
<area shape="rect" coords="91, 60, 119, 113" href="erro.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 class="mensageiro-login" src="imagens/Mensageire_login_crianca.png" id="area_trabalho_crianca" usemap="#link_mensageire_crianca"/>
<map name="link_mensageire_crianca">
<area shape="rect" coords="203, 3, 218, 14" href="area_trabalho.html"/>
<area shape="rect" coords="78, 254, 137, 276" href="mensageiro_popup.html"/>
</map>
<img class="mensageiro-popup" src="imagens/pop_up_mensageire.png" id="area_trabalho_crianca" usemap="#link_mensageire_popup"/>
<map name="link_mensageire_popup">
<area shape="rect" coords="467, 6, 478, 17" href="mensageiro.html"/>
<area shape="rect" coords="186, 70, 238, 86" href="mensageiro.html"/>
<area shape="rect" coords="244, 70, 296, 86" href="https://web.archive.org/web/20061221171549/http://www.habbo.com.br/xmas/" target="_blank"/>
</map>
</main>
</div>
</body>
</html>