-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathkeyword.html
56 lines (40 loc) · 1.26 KB
/
keyword.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
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="description" content="project-easy-selling-clothes-web">
<meta name="keywords" content="clothes, project, easy-selling, deeplearning">
<meta name="developer" content="박채린, 김도은, 오서영">
<title>시옷 : 쉬운 옷 팔기 서비스</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--(1) 메뉴-->
<div class="menu">
<!--로고 이미지 삽입-->
<a href="index.html"><img src="./img/logo.png" alt="시옷"></a>
<!--검색 구현-->
<input type="search" placeholder="원하는 상품을 검색해보세요">
<!--키워드, 로그인, 회원가입 메뉴-->
<a href="keyword.html" id="keyword">키워드</a>
<a href="user.html" id="user">사용자</a>
<a href="write.html" id="write">글쓰기</a>
</div>
<div class="title">
<h1>카테고리 ></h1><br>
<hr>
<h1>가격 ></h1><br>
<hr>
<h1>사이즈 ></h1><br>
<hr>
<h1>컬러 ></h1><br>
<hr>
<h1>소재 ></h1><br>
<hr>
<h1>디테일 ></h1><br>
<hr>
<h1>프린트 ></h1><br>
<hr>
</div>
</body>
</html>