-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharea_assinante.php
More file actions
executable file
·54 lines (42 loc) · 1.34 KB
/
area_assinante.php
File metadata and controls
executable file
·54 lines (42 loc) · 1.34 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
<?php
include "heder.php";
?>
<footer id="fh5co-footer">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="fh5co-footer-widget">
<h2 class="fh5co-footer-logo">I/O Solutions</h2>
<p>ENDEREÇO: AVENIDA VERGUEIRO, N2011 - PARAÍSO</p>
<p>TELEFONE: (11) 1234 5678 TELEFONE: (11) 1234 5678.</p>
</div>
<div class="fh5co-footer-widget">
<ul class="fh5co-social">
<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-twitter"></i></a></li>
<li><a href="#"><i class="icon-instagram"></i></a></li>
<li><a href="#"><i class="icon-linkedin"></i></a></li>
<li><a href="#"><i class="icon-youtube"></i></a></li>
</ul>
</div>
</div>
<div class="row fh5co-row-padded fh5co-copyright">
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Owl carousel -->
<script src="js/owl.carousel.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- Main JS -->
<script src="js/main.js"></script>
</body>
</html>