-
Notifications
You must be signed in to change notification settings - Fork 0
/
contato.html
40 lines (38 loc) · 1.13 KB
/
contato.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
<!DOCTYPE html>
<html>
<head>
<title>Contato</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<ul>
<li> <a href="index.html">Início</a> </li>
<li><a href="relate.html">Relate</a></li>
<li><a href="contato.html">Rede de apoio</a></li>
</ul>
<h1 id="titulo-contato">Rede de apoio</h1>
<p id="texto-contato">
Se você sofreu ou presenciou algum tipo de assédio e não sabe o que fazer, aqui estão alguns contatos a quem você pode recorrer para denunciar ou pedir ajuda:
</p>
<br>
<h3>
Conselho tutelar de Guarapuava:
</h3>
<a href="" id="s">(42) 3623-8450</a>
<br>
<h3>
Polícia Militar:
</h3>
<a href="" id="s">190</a>
<h3>
Delegacia da Mulher:
</h3>
<a href="" id="s">180</a>
<h3>
Centro de Valorização a Vida:
</h3>
<a href="" id="s">(42) 3622-1427</a>
<body style="background-color: blueviolet;">
</body>
</body>
</html>