JSP/Reference

[JSP] SpringTool HTML5 Template

MoongStory 2024. 12. 8. 13:54
반응형
<%@ page language="java" contentType="text/html; charset=${encoding}" pageEncoding="${encoding}"%>
<html lang="ko-KR">
	<head>
		<meta charset="${encoding}"></meta>
		<meta content="width=device-width,initail-scale=1.0" name="viewport"></meta>
		<title>타이틀${cursor}</title>
	</head>
	<body>
		<header>
		</header>
		<section>
			<article>
			</article>
		</section>
		<footer>
		</footer>
	</body>
</html>
반응형