-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (72 loc) · 2.37 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" />
<title>ABLY</title>
</head>
<body>
<header>
<div>
<input placeholder="하나만 사도 무료배송"/>
</div>
</header>
<main>
<div class="mainImg">
<img src="/img/ably1.png">
<img src="/img/ably2.gif">
<img src="/img/ably3.gif">
<img src="/img/ably4.png">
<img src="/img/ably5.gif">
<img src="/img/ably6.png">
<img src="/img/ably7.png">
<img src="/img/ably8.png">
<img src="/img/ably9.png">
<img src="/img/ably10.jpg">
</div>
<div class ="list">
<span>
<img src="https://img.a-bly.com/shortcut/shortcut_image_1676511639199031.png" >
<p>남자패션</p>
</span>
<span>
<img src="https://img.a-bly.com/shortcuts/icon_category_top.png">
<p>의류</p>
</span>
<span>
<img src="https://img.a-bly.com/shortcuts/icon_category_jewelry.png">
<p>주얼리</p>
</span>
<span>
<img src="https://img.a-bly.com/shortcuts/icon_category_accessory.png">
<p>패션소품</p>
</span>
<span>
<img src="https://img.a-bly.com/shortcut/shortcut_image_1644228144993922.png">
<p>라이프</p>
</span>
<span>
<img src="https://img.a-bly.com/shortcuts/icon_category_shoes.png">
<p>신발</p>
</span>
<span>
<img src="https://img.a-bly.com/shortcuts/icon_category_phone.png">
<p>디지털/핸드폰</p>
</span>
<span>
<img src="https://img.a-bly.com/shortcuts/icon_category_bag.png">
<p>가방</p>
</span>
<span>
<img src="https://img.a-bly.com/shortcuts/icon_category_bigsize.png">
<p>빅사이즈</p>
</span>
</div>
</div>
<p>회원님을 위한 추천 상품</p>
</main>
<footer></footer>
</body>
</html>
<script src="js\advertisement.js"