Skip to content

Instantly share code, notes, and snippets.

View gingsero's full-sized avatar

daeheekim gingsero

View GitHub Profile
<!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>