login.jsp
페이지 정보
작성자 관리자 작성일 21-07-15 18:30 조회 1,138 댓글 0본문
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<body>
<h1>로그인</h1>
<form action="login" method="get">
<table width=300 border=1>
<tr>
<td>아이디 :</td>
<td><input type="text" name="id" id="id"/></td>
</tr>
<tr>
<td>비밀번호 :</td>
<td><input type="password" name="passwd" id="passwd"/></td>
</tr>
<tr>
<td></td>
<td><input type="submit" value="로그인"/></td>
</tr>
</table>
</form>
</body>
</html>
추천0
댓글목록 0
등록된 댓글이 없습니다.