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">
|
2021-12-06 08:12:41 +00:00
|
|
|
<footer th:fragment="footerFragment" class="d-flex flex-wrap py-2 mt-auto border-top bg-dark">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-auto">
|
|
|
|
|
<img th:src="@{/img/f_logo.png}" alt="logo" title="logo" style="height: 50px;"/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-auto row">
|
|
|
|
|
<div class="col-12">
|
|
|
|
|
<span class="text-muted">21995 인천광역시 연수구 해돋이로 130 해양경찰청</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-12">
|
|
|
|
|
<span class="text-muted">COPYRIGHT(C)2021 MINISTRY OF REPUBLIC ADMINISTRATION AND SECURITY. ALL RIGHT RESERVED</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2021-11-25 06:00:10 +00:00
|
|
|
</footer>
|
2021-11-24 09:27:36 +00:00
|
|
|
</html>
|