<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Hello World!</title>
</head>
<body>
<script>
location.href = 'main.jsp';
</script>
</body>
</html>
'개인 프로젝트 > 게시판' 카테고리의 다른 글
[JSP 게시판] login.jsp : 로그인 (0) | 2018.02.03 |
---|---|
[JSP 게시판] joinAction.jsp : 회원가입 (0) | 2018.02.03 |
[JSP 게시판] join.jsp : 회원가입 (0) | 2018.02.03 |
[JSP 게시판] bbs.jsp : 게시판 (0) | 2018.02.03 |
[JSP 게시판] main.jsp : 메인 페이지 (0) | 2018.02.03 |