index.html
페이지 정보
![profile_image](https://dancepkt.cafe24.com/data/member_image/ad/admin.gif?1630310007)
본문
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org"
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorate="~{include/layout.html}">
<body>
<div layout:fragment="content">
<table width="100%" height="100">
<tr>
<td align="center">index 내용</td>
</tr>
</table>
</div>
<th:block layout:fragment="script">
<script th:inline="javascript">
</script>
</th:block>
</body>
</html>
- 이전글IndexController ( 기존 Index 삭제 ) 24.06.18
- 다음글include/layout.html 24.06.18
댓글목록
등록된 댓글이 없습니다.