<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<%@ page info="copyright by Kim" %>
<!DOCTYPE html>
<html>
<head>
<meta charset=UTF-8">
<title>page디렉티브 연습 - info 속성</title>
</head>
<body>
<h2>page디렉티브 연습 - info 속성</h2>
<%=getServletInfo() %>
</body>
</html>