-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmen.html
56 lines (42 loc) · 1.76 KB
/
men.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
<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>Men's</title>
<link rel="stylesheet" href="men.css">
<link rel="stylesheet" href="./components/styles/navbar_footer.css">
<link rel="stylesheet" href="styles/general.css">
<!-- <link rel="stylesheet" href="styles/home.css"> -->
<link rel="stylesheet" href="components/styles/navbar_footer.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="container">
<div class="main_container">
<div id="navbar"></div>
<section id="hero">
</section>
<sesction class="section-p1" id="product1">
</sesction>
<section id="sm-banner" class="section-p1"></section>
<section class="section-p1" id="product1">
<div id="here"></div>
</section>
<hr>
<div id="text">
</div>
<!-- <section id="footerMen"></section> -->
<footer id="footer">
</footer>
</div>
</div>
<script type="module" src="script/head_footer.js"></script>
<script type="module" src="./script/index.js"></script>
</body>
</html>
<script src="men.js" type="module"></script>