<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<br>
<br>
<form name="frm1">
<table border="0" align="center" cellspacing="1" bgcolor="PapayaWhip"
width="300" height="150">
<tr>
<td colspan="2" bgcolor="PeachPuff" align="center" height="30"><b>로그인
확인</b></td>
</tr>
<tr align="center">
<td bgcolor="PeachPuff" width="100">아이디</td>
<td><input type="text" name="id" size="12" maxlength="12"></td>
</tr>
<tr align="center">
<td bgcolor="PeachPuff">비밀번호</td>
<td><input type="password" name="pw" size="12" maxlength="12"></td>
</tr>
<tr>
<td colspan="2" bgcolor="PeachPuff" align="center" height="30">
<input type="button" value="로그인"> <input type="button"
value="무료 가입">
</td>
</tr>
</table>
</form>
</body>
</html>