This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="EUC-KR"> | |
<title>로그인 메인 페이지</title> | |
</head> | |
<body> | |
<form action="loginProccess.jsp"> | |
아이디 : <input type="text" name="id"/><br> | |
비밀번호 : <input type="text" name = "pw"/><br> |