-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpswResetComplete.html
33 lines (33 loc) · 1.34 KB
/
pswResetComplete.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
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/bootstrap-5.0.2/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<title>searchId</title>
</head>
<body>
<div class="container">
<div id = "header2">
<div class="logo">
<img src="assets/src/O'were 로고.svg" style="width: 190px;">
</div>
<div class="idpwSearch">
<span><a href="login.html">로그인</a></span>
<span>|</span>
<span><a href="join.html">회원가입</a></span>
</div>
</div>
<div class="completeWrap">
<h2 class="headline">비밀번호 재설정이 완료되었습니다. </h2>
<div class=" gap-2">
<button class="btn gradientButtons complete" type="submit" onclick="location.href='login.html'">로그인 하기</button>
</div>
</div>
</div>
</body>
</html>