Skip to content

Instantly share code, notes, and snippets.

@gingsero
Created July 7, 2015 05:21
Show Gist options
  • Save gingsero/2474e0d58fa60181b329 to your computer and use it in GitHub Desktop.
Save gingsero/2474e0d58fa60181b329 to your computer and use it in GitHub Desktop.
<!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>
<input type="submit" value = "전 송"><br>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment