<%@ page language="java" contentType="text/html; charset=EUC-KR"
pageEncoding="EUC-KR"%>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR">
<title>Insert title here</title>
</head>
<body>
${result[0].title}
<div align="center">
<h1>게시판 리스트</h1>
<table border="1">
<tr>
<th>번호</th><th>제목</th><th>등록자</th><th>등록일</th>
</tr>
</table>
</div>
</body>
</html>