-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclothingWo.html
61 lines (43 loc) · 1.89 KB
/
clothingWo.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
<!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>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Noto+Sans&family=Poppins:wght@300;400;500;600;700&display=swap"
rel="stylesheet">
<script src="https://kit.fontawesome.com/4e68ce48c2.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@1,700&family=Poppins:wght@100&family=Roboto+Serif:ital,wght@0,400;1,200;1,500;1,600&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/6a3faf3152.js" crossorigin="anonymous"></script>
<!-- <link rel="stylesheet" href="./style/categoriesPage.css"> -->
<!-- top-Search-Navbar-Womens-CSS -->
<link rel="stylesheet" href="./style/topSearchWomen.css">
<!-- sorting_Function_CSS -->
<link rel="stylesheet" href="./style/categoriesPagesV2.css">
<!-- mega-Menu-Navbar-Womens-CSS -->
<link rel="stylesheet" href="./style/megaNavbar.css">
<!-- Sign-in-Drop-Down-CSS -->
<link rel="stylesheet" href="/style/signinDropDown.css">
<!-- footer-CSS -->
<link rel="stylesheet" href="./style/footer.css">
<style>
</style>
</head>
<body>
<div id="top-search"></div>
<div id="mega-navbar"></div>
<div id="categories_Discount_Img"></div>
<div id="topName">
<p>Women's New in: Clothing</p>
</div>
<div id="sort_Append_Div"></div>
<div id="containerDiv"></div>
<!-- footer-Append -->
<div id="footerDiv124"></div>
</body>
</html>
<script src="/scripts/clothingWo.js" type="module"></script>