mjon_git/src/main/webapp/WEB-INF/jsp/layout/none.jsp
2023-06-12 11:15:02 +09:00

12 lines
420 B
Plaintext

<%@ page language="java" contentType="text/html; charset=UTF-8" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="decorator" uri="http://www.opensymphony.com/sitemesh/decorator" %>
<!DOCTYPE html>
<html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
<meta http-equiv="content-language" content="ko">
<decorator:head />
<body>
<decorator:body />
</body>
</html>