<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
 <style >
	body {
  background-color:#FFA7A7;
  
}
</style>
</head>

<body>
<center style=" margin-top: 50px;">
<form method="post" action="testLogin.jsp">
  아이디 :  <input type="text" name="id" id="userid"><br>
  암 호 :  <input type ="password" name="pwd" id="userpwd" ><br>
<input type="submit" value="로그인">
<input type="reset" value="취소"  ><A href="main.jsp">
</form>
</center>
</body>
</html>