root/nextboard/WebContent/WEB-INF/jsp/spring/index.jsp
리비전 3, 477 bytes (mefour에 의해 체크인됨, 16 년 전) |
---|
Line | |
---|---|
1 | <%@ include file="header.jsp" %> |
2 | <%@ page contentType="text/html; charset=euc-kr" %> |
3 | |
4 | <p></p> |
5 | <table class="table_default" border="0" width="400" cellpadding="3" cellspacing="1" align="center" bgcolor="#949EA5"> |
6 | <tr height="30"> |
7 | <td align="center"><b>SPRING SAMPLE PROJECT</b></td> |
8 | </tr> |
9 | <tr height="30"> |
10 | <td bgcolor="#FFFFFF" align="center"><a href="<c:url value="/board/listBoard.do"/>">게시물 리스트</a></td> |
11 | </tr> |
12 | </table> |
13 | |
14 | |
15 | <%@ include file="footer.jsp" %> |
참고: 소스 브라우저를 사용하면서 도움이 필요하다면, TracBrowser를 참고하십시오.