-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (45 loc) · 2.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daftar Produk Keren</title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div class="avatar"></div>
<p class="name">@xrafff_</p>
<ul class="list">
<li>
<a href="https://shopee.co.id/Stand-Holder-HP-Handphone-Penyangga-Broadcasting-Putar-360-Desktop-Garansi-i.687451962.20984112464?publish_id=&sp_atk=a9694417-840c-46b8-a1dd-1d7c0bb45a15&xptdk=a9694417-840c-46b8-a1dd-1d7c0bb45a15"
target="_blank">
<span>Stand Holder HP Handphone</span>
</a>
</li>
<li>
<a href="https://shopee.co.id/Selfie-Stick-Bluetooth-3-In-1-Tongsis-Bluetooth-2-In-1-tripod-tongsis-bluetooth-NUSA--i.313887683.8677632057?sp_atk=868963e8-f0db-48a4-87da-29e09880cd5a&xptdk=868963e8-f0db-48a4-87da-29e09880cd5a"
target="_blank">
<span>Selfie Stick Bluetooth 3 In 1</span>
</a>
</li>
<li>
<a href="https://shopee.co.id/(1kg-8pcs)-Celana-pendek-olahraga-celana-kolor-celana-pendek-pria-celana-futsal-celana-volly-i.148282016.12727168384?sp_atk=bc2fd34b-1aaf-422c-adc3-d5057910fddf&xptdk=bc2fd34b-1aaf-422c-adc3-d5057910fddf"
target="_blank">
<span>Celana pendek olahraga</span>
</a>
</li>
<li>
<a href="https://shopee.co.id/Earphone-Bluetooth-5.0-TWS-Wireless-Headset-Headphone-Handsfree-Universal-i.313887683.8677632057?sp_atk=868963e8-f0db-48a4-87da-29e09880cd5a&xptdk=868963e8-f0db-48a4-87da-29e09880cd5a"
target="_blank">
<span>Earphone Bluetooth 5.0 TWS</span>
</a>
</li>
<li>
<a href="https://shopee.co.id/Sepatu-Sneakers-Pria-Casual-Running-Sport-Original-Adidas-Originals-Cloudfoam-Racer-TR-i.148282016.12727168384?sp_atk=bc2fd34b-1aaf-422c-adc3-d5057910fddf&xptdk=bc2fd34b-1aaf-422c-adc3-d5057910fddf"
target="_blank">
<span>Sepatu Sneakers Pria Casual Running Sport </span>
</a>
</li>
</ul>
</body>
</html>