-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptionpage.html
53 lines (43 loc) · 1.24 KB
/
optionpage.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
<!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>Option page</title>
<link rel="stylesheet" href="./styles/index.css" type="text/css">
<link rel="icon" href="./components/navbar.js" sizes="16x16 32x32" href="https://media.dermstore.com/images/header/new-fav.ico?v=2">
<script src="https://kit.fontawesome.com/f62b16b81d.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- HeaderPart -->
<div id="navbar">
</div>
<!-- offerdiv -->
<div id="offers-mainbar">
</div>
<div id="manyproducts">
<div id="sorting">
<span id="span" ><a href="index.html">Home</a>/<a href="#">SkinCare</a>/</span>
<h3>Refine</h3>
<hr>
<div id="brand-sorting">
<h3>Brand</h3>
<select name="" id="">
<option value="A-Z">High to loe</option>
</select>
</div>
</div>
<div id="many-product-images"></div>
</div>
<hr>
<!-- footerdiv -->
<div id="footerdiv">
</div>
<hr>
<!-- below footerpart -->
<div id="belowfooter">
</div>
</body>
</html>
<script src="optionpage.js" type="module"></script>