-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhaircare.html
78 lines (57 loc) · 1.74 KB
/
haircare.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
74
75
76
77
78
<!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>hair care</title>
<link rel="stylesheet" href="./styles/makeup_to_news.css">
<link rel="stylesheet" href="./homepageNavbar/styles/navbar.css">
<link rel="stylesheet" href="./homepageFooter/footer.css">
<link rel="stylesheet" href="./styles/bellIcon.css">
<style>
#bell{
position: fixed;
margin-top: 370px;
margin-left: 20px;
}
#bell img{
height: 80px;
width: 80px;
}
</style>
</head>
<body>
<div id="navbar-container"></div>
<div id="bell">
<a href="./bellIcon.html"><img src="https://cdn2.stylecraze.com/wp-content/uploads/static-content/logos/bell-ding.gif" alt=""></a>
</div>
<div id="page-select">
<div>
<a href="#">Home</a>
</div>
<div id="arrow">
<p>»</p>
</div>
<div>
<a href="./index.html">Hair Care</a>
<img src="" alt="">
</div>
</div>
<div id="container"></div>
<!-- footer -->
<div id="footer"></div>
</body>
</html>
<script src="./scripts/haircare.js"></script>
<script type="module">
import navbar from "./homepageNavbar/components/navbar.js"
import hoverFun from "./homepageNavbar/components/hoverFun.js"
document.querySelector("#navbar-container").innerHTML = navbar()
hoverFun()
</script>
<script type="module">
import footer from "./homepageFooter/components/footer.js"
document.querySelector("#footer").innerHTML = footer()
</script>
<script src="./InnerWebsite/scripts/Showlogin.js>