-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path7_3_id_found.html
More file actions
56 lines (51 loc) · 2.62 KB
/
7_3_id_found.html
File metadata and controls
56 lines (51 loc) · 2.62 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<link rel="stylesheet" type="text/css" href="0_header.css">
<link rel="stylesheet" type="text/css" href="7_3_id_found.css">
<header>
<div class="container">
<a href="2_home.html">
<div id="homebutton">
<img id="logo" src="10_logo.png" alt="LOGO">
이화 마켓
</div>
</a>
<span class="search">
<input type="search" size="40" maxlength="20" placeholder="상품명, 지역명, 판매자 아이디 입력">
<button>검색</button>
</span>
<div class="headerbutton">
<a href="9_1_wishlist.html"><span class="hb" id="wishlist"> <img id="icon" src="10_wish.png" alt="위시"> </span></a>
<a href="9_2_shopping_cart.html"><span class="hb" id="cart"> <img id="icon" src="10_cart.png" alt="카트"> </span></a>
<a href="9_3_mypage.html"><span class="hb" id="mypage"> <img id="icon" src="10_my.png" alt="마이"> </span></a>
</div>
</div>
</header>
<aside>
<p style="font-weight: bold; font-size:23px"> 카테고리<p>
<ul class="category">
<li><a href="all.html"><div class="category-menu">전체</div></a></li>
<li><a href="clothes.html"> <div class="category-menu">옷</div></a></li>
<li><a href="food.html"> <div class="category-menu">음식</div></a></li>
<li><a href="furniture.html"> <div class="category-menu">가구</div></a></li>
<li><a href="electronic.html"> <div class="category-menu">전자</div></a></li>
<li><a href="etc.html"> <div class="category-menu">기타</div></a></li>
</ul>
</aside>
<content>
<div class="status">
<p style="font-size:23px" > 아이디 찾기 </p>
</div>
</content>
<div class="pw-texting">
<span style="font-size:20px; margin-bottom:5px;">인증이 성공적으로 완료되었습니다!</span>
<div class="texxt"><span>고객님의 ID는  </span> <span style="background-color: #ebefd6;">gamja123</span> <span>  입니다.</span></div>
<button type="submit" class="back_btn">로그인 화면으로 돌아가기</button><br>
</div>
</body>
</html>