-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontato.html
More file actions
69 lines (51 loc) · 2.54 KB
/
contato.html
File metadata and controls
69 lines (51 loc) · 2.54 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Contato </title>
<link rel="stylesheet" href="base.css">
</head>
<body>
<div class="wrapper">
<div class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="sobre.html">Sobre a Clínica</a></li>
<li><a href="horario.html">Horário de Atendimento</a></li>
<li><a href="contato.html">Contato</a></li>
</ul>
</div>
<div class="main">
<div class="header">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSkeA0Bd9ErWQ_8QYhyhRcdrKQHPKF6wifYXw&s"/>
</div>
<div class="content">
<h1>Nosso Contato:</h1>
<ul>
<li>Telefone: (55) 5474-3693</li>
<li>WhatsApp: (69)99347-3693 </li>
<li>Endereço: R. Itaunas, N° 1741 - Conceição, Porto Velho - RO, 76808-422</li>
</ul>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d4038020.765609411!2d-68.50681221250002!3d-8.750302799999996!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x92325dde38bc16ed%3A0x5053a9b34659c084!2sINCORPORE%20KIDS!5e0!3m2!1spt-BR!2sbr!4v1750970226235!5m2!1spt-BR!2sbr" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<h1>Envie sua Mensagem:</h1>
<form method="get" onsubimt="">
<label>Nome:</label><input type="text"> <br>
<label>E-mail:</label> <input type="email"> <br>
<label>Assunto:</label> <input type="text"> <br>
<label>Mensagem:</label> <textarea></textarea> <br>
<button type="reset"">Limpar</button>
<button type="submit">Enviar</button>
</form>
</div>
<div class="footer">
<h3>Contate-nos em Nossas Redes de Contato:</h3> <br>
Phones: (55) 5474-3693/(69)99347-3693 <br>
FaceGram: @SoftHealth_Anywhere <br><br>
©Soft Health Company Copyright
</div>
</div>
</div>
</body>
</html>