-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
33 lines (28 loc) · 1.08 KB
/
footer.php
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
</main>
<footer class="pb-2" id="bottom">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 mt-4">
<div class="block-line-footer my-1"></div>
<p class="fs-6 text-center pt-4">
2023 <span class="mx-2">—</span>
<a href="https://portal.campinas.sp.gov.br/secretaria/administracao"
target="_blank" rel="noopener noreferrer">Prefeitura de Campinas - SMA</a>
© Todos os direitos reservados.
</p>
</div>
</div>
</div>
</footer>
<!-- JAVASCRIPT -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/scripts.js"></script>
<script src="assets/js/loadingoverlay.min.js"></script>
<!-- DataTable -->
<script src="assets/libs/datatable/datatables.min.js"></script>
<script src="assets/js/consulta-ajax-bd.js"></script>
<!-- Sweet Alert -->
<script src="assets/js/sweetalert2.min.js"></script>
</body>
</html>