test.html
306 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="EUC-KR">
<title>Insert title here</title>
</head>
<body>
<form method="get" action="/Login">
User ID : <input type="text" name="uId">
<br>
User PW : <input type="password" name="uPw">
<br>
<input type="submit" name="submit">
</form>
</body>
</html>