-
Notifications
You must be signed in to change notification settings - Fork 0
/
FindID.html
32 lines (30 loc) · 1.23 KB
/
FindID.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<link rel="stylesheet" href="style-login.css">
<h1>Are You Forgot Your Account? </h1>
<img class="img" src="img/background.png" alt="background">
<div>
<script src = "forgot.js"></script>
<form id="forgot-form" action="" autocomplete="off">
<ul class="forgot-main">
<fieldset style="width: 500px; height:400px;border: 5;">
<legend>Find ID</legend>
<div class="forgot">
<img id="img" src="img/findyouaccount.png" width="40%" height="40%" alt="">
</div>
<label for="new-user-id">아이디 : <input type="text" id="new-user-id"></label><br>
<button id="sign-up-button" type="button" onclick="signUpAndRedirect()">Find Password</button>
<a href="New password.html">
<h5>Do you Want To find you Account by another way?</h5></a>
</fieldset>
</ul>
</form>
</div>
</body>
</html>