<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>footer</title>
</head>
<body>
<footer class="bg-light text-center py-3 sticky-bottom mt-5" id="footer" th:fragment="footer">
<div class="footer">
© 2024 PHYGITAL. All rights reserved.
</div>
</footer>
</body>
</html>