| 1 | <%@ page language="java" contentType="text/html; charset=EUC-KR" |
---|
| 2 | pageEncoding="EUC-KR"%> |
---|
| 3 | <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> |
---|
| 4 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
---|
| 5 | <html> |
---|
| 6 | <head> |
---|
| 7 | <meta http-equiv="Content-Type" content="text/html; charset=EUC-KR"> |
---|
| 8 | <title>Insert title here</title> |
---|
| 9 | </head> |
---|
| 10 | <body> |
---|
| 11 | ${result[0].title} |
---|
| 12 | <div align="center"> |
---|
| 13 | <h1>게시판 리스트</h1> |
---|
| 14 | <table border="1"> |
---|
| 15 | <tr> |
---|
| 16 | <th>번호</th><th>제목</th><th>등록자</th><th>등록일</th> |
---|
| 17 | </tr> |
---|
| 18 | </table> |
---|
| 19 | </div> |
---|
| 20 | |
---|
| 21 | </body> |
---|
| 22 | </html> |