개인 프로젝트/게시판

[JSP 게시판] index.jsp

알 수 없는 사용자 2018. 2. 3. 20:39

<%@ 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>