-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest.html
More file actions
63 lines (63 loc) · 2.1 KB
/
test.html
File metadata and controls
63 lines (63 loc) · 2.1 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
57
58
59
60
61
62
63
<!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" />
<title>Document</title>
</head>
<body>
<div
class="cs3bjhu dir dir-ltr"
role="search"
data-testid="little-search"
aria-labelledby="littleSearchLabel"
>
<span class="a8jt5op dir dir-ltr" id="littleSearchLabel"
>검색 시작하기</span
>
<button class="ffc0w66 dir dir-ltr" data-index="0" type="button">
<span class="a8jt5op dir dir-ltr">위치</span>
<div class="f19g2zq0 dir dir-ltr">어디든지</div>
</button>
<span class="d1qcpybl dir dir-ltr"></span>
<button class="ffc0w66 dir dir-ltr" data-index="1" type="button">
<span class="a8jt5op dir dir-ltr">체크인/체크아웃</span>
<div class="f19g2zq0 dir dir-ltr">언제든 일주일</div>
</button>
<span class="d1qcpybl dir dir-ltr"></span>
<button class="ffc0w66 dir dir-ltr" data-index="2" type="button">
<span class="a8jt5op dir dir-ltr">인원</span>
<div class="f19g2zq0 f1xx50dm dir dir-ltr">게스트 추가</div>
<div
class="s19wqnbx dir dir-ltr"
data-icon="true"
data-testid="little-search-icon"
>
<svg
viewBox="0 0 32 32"
xmlns="http://www.w3.org/2000/svg"
aria-hidden="true"
role="presentation"
focusable="false"
style="
display: block;
fill: none;
height: 12px;
width: 12px;
stroke: currentcolor;
stroke-width: 5.33333;
overflow: visible;
"
>
<g fill="none">
<path
d="m13 24c6.0751322 0 11-4.9248678 11-11 0-6.07513225-4.9248678-11-11-11-6.07513225 0-11 4.92486775-11 11 0 6.0751322 4.92486775 11 11 11zm8-3 9 9"
></path>
</g>
</svg>
</div>
</button>
</div>
</body>
</html>