footer태그(bottom.jsp) 위치 변경
parent
cea0f7f99f
commit
da6035c90e
@ -1,35 +1,17 @@
|
|||||||
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%>
|
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" session="false"%>
|
||||||
<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%>
|
<%@ include file="/WEB-INF/jsp/include/taglib.jsp"%>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer class="content-footer footer bg-footer-theme">
|
<footer class="content-footer footer bg-footer-theme">
|
||||||
<div class="container-xxl d-flex flex-wrap justify-content-between py-0 flex-md-row flex-column">
|
<div class="container-xxl d-flex flex-wrap justify-content-between py-0 flex-md-row flex-column">
|
||||||
<div class="mb-2 mb-md-0">
|
<div class="mb-2 mb-md-0">
|
||||||
©
|
©
|
||||||
<span id="footerYear"></span>
|
<span id="footerYear"></span>
|
||||||
<script>
|
<script>
|
||||||
document.getElementById("footerYear").innerText = new Date().getFullYear();
|
document.getElementById("footerYear").innerText = new Date().getFullYear();
|
||||||
</script>
|
</script>
|
||||||
, made with XIT Base by
|
, made with XIT Base by
|
||||||
<a href="http://xit.co.kr" target="_blank" class="footer-link fw-bolder">(주)엑스아이티</a>
|
<a href="http://xit.co.kr" target="_blank" class="footer-link fw-bolder">(주)엑스아이티</a>
|
||||||
</div>
|
</div>
|
||||||
<%--div>
|
</div>
|
||||||
<a href="https://themeselection.com/license/" class="footer-link me-4" target="_blank">License</a>
|
</footer>
|
||||||
<a href="https://themeselection.com/" target="_blank" class="footer-link me-4">More Themes</a>
|
<!-- / Footer -->
|
||||||
|
|
||||||
<a
|
|
||||||
href="https://demos.themeselection.com/sneat-bootstrap-html-admin-template/documentation/"
|
|
||||||
target="_blank"
|
|
||||||
class="footer-link me-4"
|
|
||||||
>Documentation</a
|
|
||||||
>
|
|
||||||
|
|
||||||
<a
|
|
||||||
href="https://themeselection.com/support/"
|
|
||||||
target="_blank"
|
|
||||||
class="footer-link d-none d-sm-inline-block"
|
|
||||||
>Support</a
|
|
||||||
>
|
|
||||||
</div--%>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
<!-- / Footer -->
|
|
Loading…
Reference in New Issue