include/info.html
페이지 정보
본문
<head th:fragment="html_head">
<meta charset="UTF-8">
<title>SpringBoot</title>
<link rel="stylesheet" href="/css/style.css" />
<script src="http://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="http://code.jquery.com/jquery-migrate-1.4.1.min.js"></script>
</head>
<table width=100% height=50 border=1 th:fragment="top_table">
<tr>
<td><a href="/">[로고]</a></td>
<td align=right>
<a href="">[로그인]</a>
<a href="">[회원가입]</a>
</td>
</tr>
</table>
<table width=100% height=50 border=1 th:fragment="bottom_table">
<tr>
<td align="center">카피라이터</td>
</tr>
</table>
- 이전글IndexController.java 24.06.03
- 다음글index.html 24.06.03
댓글목록
등록된 댓글이 없습니다.