<%@ page language="java" contentType="text/html; charset=EUC-KR"
    pageEncoding="EUC-KR"%>
<!DOCTYPE html>
<html>
<head>

<title>Request 尴ü </title>
<style>
	
	table{
	border:1px solid black;
	border-collapse : collapse;
	}
	tr,td{
	border : 1px solid black;
	}
</style>
</head>

<body>

<body bgcolor = "#FFA7A7">
<div align="center">
<h1 style="margin-top:100px;">ȸ</h1>
    
    
	
	<form method="post" action="inputPro.jsp">
	<table border="1px">
	<tr>
	<td>ID:</td>
	<td colspan="3"><input type="text"name="id"> <input type="submit"value="IDߺȮ"></td>
	</tr>
	<tr>
	<td>йȣ:</td>
	<td><input type="text"name="password"></td>
	<td>йȣ Ȯ:</td>
	<td><input type="text"name="pass"></td>
	</tr>
	<tr>
	<td≯:</td>
	<td colspan='3'><input type="text"name="name"></td>
	</tr>

		<tr>
		

		<td colspan="5"><center><input type="submit" value=""> <input type="reset" value=""></center></td>
		
		
		</tr>
		</table>
		
		</form>
	</div>
		
		
</body>
</html>