kcgFileManager/src/main/resources/templates/fragments/footer.html

16 lines
1.1 KiB
HTML
Raw Normal View History

2021-11-24 09:27:36 +00:00
<!DOCTYPE html>
2021-11-25 06:00:10 +00:00
<html lang="ko"
xmlns:th="http://www.thymeleaf.org"
xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity5">
<footer th:fragment="footerFragment" class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<ul class="col-md-8 d-flex align-items-center list-unstyled d-flex">
<li class="ms-3"><span class="text-muted">21995 인천광역시 연수구 해돋이로 130 해양경찰청</span></li>
<li class="ms-3"><span class="text-muted">COPYRIGHT(C)2021 MINISTRY OF REPUBLIC ADMINISTRATION AND SECURITY. ALL RIGHT RESERVED</span></li>
</ul>
<ul class="nav col-md-4 justify-content-end list-unstyled d-flex">
<!--<li class="ms-3"><a class="text-muted" href="#"><svg class="bi" width="24" height="24"><use xlink:href="#twitter"></use></svg></a></li>
<li class="ms-3"><a class="text-muted" href="#"><svg class="bi" width="24" height="24"><use xlink:href="#instagram"></use></svg></a></li>
<li class="ms-3"><a class="text-muted" href="#"><svg class="bi" width="24" height="24"><use xlink:href="#facebook"></use></svg></a></li>-->
</ul>
</footer>
2021-11-24 09:27:36 +00:00
</html>