12 lines
420 B
Plaintext
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> |