Skip to content

[개발할 때 참고] JSP파일 새로 생성할때 기본 템플릿 #134

@heejaykong

Description

@heejaykong
<%@ page contentType="text/html; charset=UTF-8" %>

<!DOCTYPE html>
<html lang="ko">
<head>
	<%@ include file="/WEB-INF/views/common/meta.jsp" %>
	<title>치스토리-(화면제목)</title>
</head>
<body>
	<%@ include file="/WEB-INF/views/common/header.jsp"%>
	<%-- (들어갈 내용) --%>
	<%@ include file="/WEB-INF/views/common/footer.jsp"%>
</body>
</html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions