Menu



Manage

Cord > Project_게시판 전체 다운로드
Project_게시판 > src/main/webapp/index.jsp Lines 15 | 351 바이트
다운로드

                        <%@ 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">
<link rel="stylesheet" href="css/custom.css">
<title>DoubleSS</title>
</head>
<body>
	<script>
		location.href = 'main.jsp';
	</script>
</body>
</html>