-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrodape.php
More file actions
16 lines (16 loc) · 809 Bytes
/
rodape.php
File metadata and controls
16 lines (16 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<footer>
<div class="box1">
<img src="#" alt="Clinica MedConsulta">
<h4>Email de contato: </h4>
<h4>Telefone de contato: </h4>
<h4>Nos encontre no supermercado Carrefour Dom Pedro em Campinas!</h4>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14706.477333648638!2d-47.027346!3d-22.853569!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x22346e61c7d4799f!2sCarrefour+Hipermercado+Campinas+Dom+Pedro!5e0!3m2!1spt-BR!2sbr!4v1504546009712" width="200" height="100" frameborder="0" style="border:0" allowfullscreen></iframe>
<ul class="social">
<li><a href="http://facebook.com/medconsulta">Facebook</a></li>
<li><a href="http://twitter.com/medconsulta">Twitter</a></li>
<li><a href="http://plus.google.com/medconsulta">Google+</a></li>
</ul>
</div>
</footer>
</body>
</html>