-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
19 lines (19 loc) · 896 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.bundle.min.js" integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0" crossorigin="anonymous"></script>
<footer>
<div class ="container text-center">
<div class ="col"></div>
<div class ="col">
<b>
<span class ="blockquote-footer">Erick Lopez © 2021. All Rights Reserved</span>
<span class ="blockquote-footer">Contacto</span>
<span class ="blockquote-footer">0123456789</span>
<span class ="blockquote-footer">Siguenos</span>
</b>
</div>
<div class ="col"></div>
</div>
</footer>
<link href ="src/function/function.js" type="text/javascript"/>
</body>
</html>