include/layout.html > SPRINGBOOT

본문 바로가기

사이트 내 전체검색

뒤로가기 SPRINGBOOT

include/layout.html

페이지 정보

작성자 관리자 작성일 24-06-04 15:50 조회 60 댓글 0

본문

<!DOCTYPE html>

<html xmlns:th="http://www.thymeleaf.org"

      xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">

<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>

<body>

<table width=100% height=50 border=1>

<tr>

<td><a href="/">[로고]</a></td>

<td align=right>

<a href="">[로그인]</a>

<a href="">[회원가입]</a>

</td>

</tr>

</table>

<hr> 


<div layout:fragment="content">

<!-- 컨텐츠 내용 -->

</div>

<th:block layout:fragment="script">

<!-- 스크립트 내용 -->

</th:block>


<hr> 

<table width=100% height=50 border=1>

<tr>

<td align="center">카피라이터</td>

</tr>

</table>

</body>

</html>

댓글목록 0

등록된 댓글이 없습니다.


Copyright © dancePKT. All rights reserved.
PC 버전으로 보기