<!DOCTYPE html>
<html lang="ko">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>PW 찾기</title>
		<link rel="stylesheet" href="../../css/find_ID.css">
</head>
<body>
	<div id="container">
		
		<form action="find_PW_OK.php" method="POST">
			<label for="name">PW 찾기</label>
			<input type="text" id="name" name="name" placeholder="name 입력" required>
      <input type="text" id="id" name="id" placeholder="id 입력" required>
			<input type="submit" value="찾기">
		</form>
		
		<div class="menu">
			<a href="../../index.html">메인으로</a>
			<a href="login.html">로그인</a>
		</div>

	</div>
</body>
</html>