forked from spritualrahul/Big_Basket_clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pr.html
30 lines (29 loc) · 1.29 KB
/
pr.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
<!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>
<script src="https://kit.fontawesome.com/683b4b40e3.js" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<link rel="stylesheet" href="../styles/style.css">
</link>
<link rel="icon" href="https://www.bbassets.com/static/v2514/images/favicon.ico?v=2514" type="image/x-icon">
<link rel="stylesheet" href="./style/navbar.css">
<link rel="stylesheet" href="./styles/footer.css"></link>
</head>
<body>
<div id="maindiv">
<div id="navContainer"></div>
<div id="products"></div>
<div id="footer"></div>
</div>
</body>
</html>
<script src="./sripts/product.js" type="module"></script>
<link rel="stylesheet" href="./styles/index.css">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous">
</script>