index.html ( 수정 )
페이지 정보
본문
<!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.java 24.06.04
- 다음글▶ 프로젝트 업데이트 처리 24.07.24
댓글목록
등록된 댓글이 없습니다.