-
Notifications
You must be signed in to change notification settings - Fork 0
/
find.html
118 lines (103 loc) · 4.54 KB
/
find.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:url" content="http://minkyu.dothome.co.kr/" />
<meta property="og:title" content="When Great Minds Don’t Think Alike" />
<meta property="og:description" content="minkyu description" />
<meta property="og:image" content="/img/img_thum01.jpg" />
<title>시장통통</title>
<link href="imgs/favicon.ico" type="image/x-icon" rel="shortcut icon">
<link href="css/find.css" rel="stylesheet">
</head>
<body>
<!-- index.html -->
<header>
<h1><a href="index.html"><img src="imgs/Logo.jpg"></a></h1>
<nav>
<a href="support.html">소상공인 지원</a>
<a href="notice.html">전통시장 소식</a>
<a href="gift_card.html">상품권 소개</a>
<a href="#" class="menu-trigger">
<span></span>
<span></span>
<span></span>
</a>
</nav>
</header>
<!-- 메인 페이지 -->
<main>
<div class="location">
<div>
<a href="index.html"><img src="imgs/house.png"></a>
</div>
<div class="guide_1">
<a>전통시장 소식</a>
<div>
<a href="support.html">소상공인 지원</a>
<a href="notice.html">전통시장 소식</a>
<a href="gift_card.html">상품권 소개</a>
</div>
</div>
<div class="guide_2">
<a>전통시장 찾기</a>
<div>
<a href="notice.html">공지사항</a>
<a href="best.html">우수사례 소개</a>
<a href="story.html">시장 이야기</a>
<a href="issue.html">시장 언론기사</a>
<a href="find.html">전통시장 찾기</a>
</div>
</div>
</div>
<!-- top -->
<div class="spot_1">
<strong>전통시장 찾기</strong>
<table>
<tr>
<td>
<label>시,도</label>
<select name="city">
<optgroup label="전체">
<option selected>서울</option>
<option>경기</option>
<option>인천</option>
<option>강원</option>
<option>충남</option>
<option>대전</option>
<option>충북</option>
<option>부산</option>
<option>울산</option>
<option>대구</option>
<option>경북</option>
<option>경남</option>
<option>전남</option>
<option>광주</option>
<option>전북</option>
<option>제주</option>
<option>세종</option>
</optgroup>
</select>
</td>
<td>
<label>군/구</label>
<select name="goon">
<optgroup label="전체">
<option>찾기</option>
</optgroup>
</select>
</td>
<td>
<lable>시장명</lable>
<input type="search" name="market">
</td>
<td>
<lable>품목명</lable>
<input type="search" name="market">
</td>
<td>
<input type="submit" value="검색">
</td>
</tr>
</table>