-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
530 lines (469 loc) · 25 KB
/
index.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
<!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>Order Meat Online - Buy Fresh & High Quality Meat at Best Prices only on Licious</title>
<!-- favicon -->
<link rel="icon" type="image/x-icon" href="/Downloaded Images/redketchup/favicon.ico">
<link rel="stylesheet" href="/Downloaded Images/redketchup/android-chrome-192x192.png">
<link rel="stylesheet" href="/Downloaded Images/redketchup/apple-touch-icon.png">
<link rel="stylesheet" href="/Downloaded Images/redketchup/favicon-16x16.png">
<link rel="stylesheet" href="/Downloaded Images/redketchup/favicon-32x32.png">
<!-- styles Links-->
<link rel="stylesheet" href="/Styles/style.css">
<link rel="stylesheet "href="https://unpkg.com/swiper@8/swiper-bundle.min.css"/>
<link rel="stylesheet" href="/Styles/searchbar.css">
<link rel="stylesheet" href="/Styles/banner.css">
<link rel="stylesheet" href="/Styles/mainNavbar.css">
<link rel="stylesheet" href="/SAGAR/home.css">
<link rel="stylesheet" href="/Styles/cartsidebar.css">
<link rel="stylesheet" href="/Styles/loginsidebar.css">
<link rel="stylesheet" href="/rajan/footer.css">
</head>
<body>
<!-- nav bar start -->
<div id="topDiv">
<div id="firstDiv">
<div>
<div id="tfd">
<p><a style="text-decoration: none; color: rgba(0, 0, 0, 0.719);" href="#">Why Licious?</a>
<span><img class="bulletDots" src="/Downloaded Images/Bullet Dots.png" alt="bullet_dots"></span>
<span style="color: rgba(0, 0, 0, 0.719)">Download App</span><span><a href="#"><img id="apple" src="https://www.licious.in/img/default/ios_app_icon.svg" alt="apple"></a></span>
<span><a href="#"><img id="playStore" src="https://www.licious.in/img/default/android_app_icon.svg" alt=""></a></span>
</p>
</div>
<div id="tfd1">
<p><a style="text-decoration: none; color: rgba(0, 0, 0, 0.719);" href="#">FSSC 22000 Certification</a>
<span><img class="bulletDots" src="/Downloaded Images/Bullet Dots.png" alt="bullet_dots"></span>
<span><a style="text-decoration: none; color: rgba(0, 0, 0, 0.719);" href="#">About Us</a></span>
<span><img class="bulletDots" src="/Downloaded Images/Bullet Dots.png" alt="bullet_dots"></span>
<span><a style="text-decoration: none; color: rgba(0, 0, 0, 0.719);" href="#">Careers @Licious</a></span>
<span><img class="bulletDots" src="/Downloaded Images/Bullet Dots.png" alt="bullet_dots"></span>
<span><a style="text-decoration: none; color: rgba(0, 0, 0, 0.719);" href="#">Contact Us</a>
</p>
</div>
</div>
</div>
<div id="secondDiv">
<div>
<!-- licious logo -->
<div id="tsd">
<a href="/index.html"><img id="LiciousLogo" src="https://www.licious.in/img/default/licious-logo.svg" alt="Licious"></a>
</div>
<!-- location section -->
<div id="tsd1">
<div id="locimg">
<img src="https://www.licious.in/img/default/location_icon.svg" alt="location_img">
</div>
<!-- cities we serve -->
<div id="loctext">
<p id="scity">Select City</p>
<select name="" id="location" onclick="showCities()">
<option value=""disabled selected hidden>Enter City</option>
<option value="Bengaluru">Bengaluru</option>
<option value="NCR ">NCR </option>
<option value="Hyderabad">Hyderabad</option>
<option value="Chandigarh">Chandigarh</option>
<option value="Panchkula">Panchkula</option>
<option value="Mohali">Mohali</option>
<option value="Mumbai">Mumbai</option>
<option value="Pune">Pune</option>
<option value="Chennai">Chennai</option>
<option value="Coimbatore">Coimbatore</option>
<option value="Jaipur">Jaipur</option>
<option value="Cochin">Cochin</option>
<option value="Vijayawada">Vijayawada</option>
<option value="visakhapatnam">visakhapatnam</option>
<option value="pondicherry">pondicherry</option>
<option value="Trichy">Trichy</option>
</select>
</div>
</div>
<!-- searchbar section -->
<div id="tsd2">
<div class="searchbox">
<button id="search"><a style="text-decoration: none; color: black;" href="/Arpit Html Files/search.html">Search for any delicious product</a></button>
<!-- <input type="text" id="search" onkeyup="search()" placeholder="Search for any delicious product"> -->
<button type="submit" class="searchButton">
<img src="https://www.licious.in/img/default/search_icon.svg" alt=""></button>
</div>
</div>
<!-- Login/signup section -->
<div id="tsd3">
<div class="login">
<img src="https://www.licious.in/img/default/profile_icon.svg" alt="User">
</div>
<div id="login">
<p><button id="logintext" style="text-decoration: none;">Login</button></p>
</div>
<div id="logout">
<p><button onclick="logoutFun()" id="logouttext" style="text-decoration: none;">Logout</button></p>
</div>
</div>
<!-- Login/signup section close-->
<!-- Add to Cart Section -->
<div id="tsd4">
<div class="Cart">
<img src="https://www.licious.in/img/default/cart_icon.svg" alt="addToCart">
</div>
<div id="carttext"><a class="textforcard" style="text-decoration: none; color: black;" href="#">Cart</a></div>
</div>
</div>
</div>
<!-- Add to Cart Section close -->
<!-- Main Nav Bar with Product Names start-->
<div id="thirdDiv">
<div id="navbar">
<div class="sameelem">
<div class="samelogo">
<img src="https://dao54xqhg9jfa.cloudfront.net/Category/f78249a3-c0c5-caae-a743-5b3669471b19/original/1601901874.191--2020-10-0518_14_34--472.png?format=webp" alt="deal">
</div>
<div class="sametext">
<a href="/Arpit Html Files/happy-hours.html">Today's Deals</a>
</div>
</div>
<div class="sameelem">
<div class="samelogo">
<img src="https://dao54xqhg9jfa.cloudfront.net/Category/a2996820-bac5-5eb5-edf8-eae5bff352ce/original/1592902158.6637--2020-06-2314_19_18--472.png?format=webp" alt="chicken">
</div>
<div class="sametext">
<a style="margin-left: 10px;" href="/Arpit Html Files/chicken.html">Chicken</a>
</div>
</div>
<div class="sameelem">
<div class="samelogo">
<img src="https://dao54xqhg9jfa.cloudfront.net/Category/574f3ef3-e983-e441-ac54-af394e1dc0d1/original/1592241659.9546--2020-06-1522_50_59--472.png?format=webp" alt="fish&seafood">
</div>
<div class="sametext">
<a style="font-size: 11px;" href="/Arpit Html Files/fishfood&seafood.html">Fish & Seafood</a>
</div>
</div>
<div class="sameelem">
<div class="samelogo">
<img src="https://dao54xqhg9jfa.cloudfront.net/Category/06eb2239-1fcc-a5de-2d57-a0081bca5c80/original/1592241843.644--2020-06-1522_54_03--472.png?format=webp" alt="eggs">
</div>
<div class="sametext">
<a style="margin-left: 18px;" href="/Arpit Html Files/eggs.html">Eggs</a>
</div>
</div>
<div class="sameelem">
<div class="samelogo">
<img src="https://dao54xqhg9jfa.cloudfront.net/Category/493a653d-56cb-fc9a-7a33-5b30c1a3d27e/original/1592241599.8492--2020-06-1522_49_59--472.png?format=webp" alt="mutton">
</div>
<div class="sametext">
<a style="margin-left: 12px;" href="/Arpit Html Files/Mutton.html">Mutton</a>
</div>
</div>
<div class="sameelem">
<div class="samelogo">
<img src="https://s3-ap-southeast-1.amazonaws.com/licious/cat/4/web_icon/1618835088.2308--2021-04-1917:54:48--472?format=webp" alt="ready_to_cook">
</div>
<div class="sametext">
<a style="font-size: 11px;" href="/Arpit Html Files/readytocook.html">Ready to Cook</a>
</div>
</div>
<div class="sameelem">
<div class="samelogo">
<img src="https://dao54xqhg9jfa.cloudfront.net/Category/1aebd012-022b-0e44-a673-21818a98320c/original/1592241756.9036--2020-06-1522_52_36--472.png?format=webp" alt="spreads">
</div>
<div class="sametext">
<a style="margin-left: 12px;" href="/Arpit Html Files/spreads.html">Spreads</a>
</div>
</div>
<div class="sameelem">
<div class="samelogo">
<img src="https://s3-ap-southeast-1.amazonaws.com/licious/cat/37/web_icon/1612872334.9746--2021-02-0917:35:34--472?format=webp" alt="combos">
</div>
<div class="sametext">
<a style="margin-left: 10px;" href="/Arpit Html Files/combos.html">Combos</a>
</div>
</div>
<div class="sameelem">
<div class="samelogo">
<img src="https://s3-ap-southeast-1.amazonaws.com/licious/cat/31/web_icon/1615563547.1026--2021-03-1221:09:07--472?format=webp" alt="super_saver">
</div>
<div class="sametext">
<a style="margin-left: 5px;" href="/Arpit Html Files/supersaver.html">Super Saver</a>
</div>
</div>
</div>
</div>
</div>
<!-- Main Nav Bar with product names end -->
<!-- nav bar close -->
<!-- empty container -->
<div id="empBox"></div>
<!-- Sliding Banner -->
<div id="sliding">
<div class="c">
<div class="swiper">
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide"><img src="https://d2407na1z3fc0t.cloudfront.net/Slider/banner_620b7b6d14949"></div>
<div class="swiper-slide"><img src="https://d2407na1z3fc0t.cloudfront.net/Slider/banner_620b797c88952"></div>
<div class="swiper-slide"><img src="https://d2407na1z3fc0t.cloudfront.net/Slider/banner_620b79d5c017f"></div>
<div class="swiper-slide"><img src="https://d2407na1z3fc0t.cloudfront.net/Slider/banner_620b7a04f421e"></div>
<div class="swiper-slide"><img src="https://d2407na1z3fc0t.cloudfront.net/Slider/banner_620b7a8d9a432"></div>
<div class="swiper-slide"><img src="https://d2407na1z3fc0t.cloudfront.net/Slider/banner_620b7acabe3b2"></div>
</div>
<!-- If we need pagination -->
<div class="swiper-pagination"></div>
<!-- If we need navigation buttons -->
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
</div>
</div>
</div>
<!-- Licious Way Banner -->
<div id="liway">
<div id="liciousway">
<img src="/Downloaded Images/Licious Way.PNG" alt="Licious Way">
</div>
</div>
<!-- main page start -->
<!-- Home Page -->
<div class=".homepagebox">
<h1 style="margin-left: 10%; font-weight: bolder; color: rgb(65, 64, 64);">Best Sellers</h1>
<div id="container">
</div>
<div>
<h1 style="margin-left: 10%; font-weight: bolder; color: rgb(65, 64, 64); margin-top: 35px;">Boneless Cuts</h1>
</div>
<div id="bonelessCuts">
</div>
<h1 style="margin-left: 10%; font-weight: bolder; color: rgb(65, 64, 64); margin-top: 50px;">Explore by Category</h1>
<div id="input">
<div>
<div>
<img class="catImg" src="https://s3-ap-southeast-1.amazonaws.com/licious/cat/44/cat_tile_img/1603809314.0951--2020-10-2720:05:14--472?format=webp">
</div>
<div class="categories"><h3>Today's Deals</h3></div>
</div>
<div>
<div>
<img class="catImg" src="https://dao54xqhg9jfa.cloudfront.net/Category/e883d949-b5c7-b95d-3652-3bc2c53b0816/original/1603646230.3323--2020-10-2522_47_10--738.jpeg?format=webp">
</div>
<div class="categories"><h3>Chicken</h3></div>
</div>
<div>
<div>
<img class="catImg" src="https://dao54xqhg9jfa.cloudfront.net/Category/7948e90c-5b27-abdc-c33c-29fc3ca485ea/original/1603646285.4662--2020-10-2522_48_05--738.jpeg?format=webp">
</div>
<div class="categories" ><h3>Fish & Seafood</h3></div>
</div>
<div>
<div>
<img class="catImg" src="https://dao54xqhg9jfa.cloudfront.net/Category/bdfca08e-566b-4439-0aac-9c100704cb0b/original/1603646527.5457--2020-10-2522_52_07--738.jpeg?format=webp">
</div>
<div class="categories" ><h3>Eggs</h3></div>
</div>
<div>
<div>
<img class="catImg" src="https://dao54xqhg9jfa.cloudfront.net/Category/ae9f4c10-4fdb-633a-9688-de8a0693381f/original/1603646326.9208--2020-10-2522_48_46--738.jpeg?format=webp">
</div>
<div class="categories" "><h3>Mutton</h3></div>
</div>
<div>
<div>
<img class="catImg" src="https://s3-ap-southeast-1.amazonaws.com/licious/cat/4/cat_tile_img/1609086575.0106--2020-12-2721:59:35--738?format=webp">
</div>
<div class="categories" "><h3>Ready to Cook</h3></div>
</div>
<div>
<div>
<img class="catImg" src="https://dao54xqhg9jfa.cloudfront.net/Category/4073bb7f-24ac-d482-06cf-1aa87d471940/original/1603646492.575--2020-10-2522_51_32--738.jpeg?format=webp">
</div>
<div class="categories" "><h3>Spreads</h3></div>
</div>
<div>
<div>
<img class="catImg" src="https://dao54xqhg9jfa.cloudfront.net/Category/5b7cb503-fe25-430e-cd71-43b044b0273e/original/1603646565.5089--2020-10-2522_52_45--738.jpeg?format=webp">
</div>
<div class="categories" "><h3>Cold Cuts</h3></div>
</div>
<div>
<div>
<img class="catImg" src="https://dao54xqhg9jfa.cloudfront.net/Category/8209cc57-cc85-4e5d-ac6b-4d8f2f36c1ce/original/1604645369.2866--2020-11-0612_19_29--738.jpeg?format=webp">
</div>
<div class="categories" "><h3>Combos</h3></div>
</div>
<div>
<div>
<img class="catImg" src="https://dao54xqhg9jfa.cloudfront.net/Category/2105beee-e9a9-3efd-4912-2b9657f32d99/original/1604284739.3526--2020-11-0208_08_59--472.jpeg?format=webp">
</div>
<div class="categories""><h3>Prawns</h3></div>
</div>
<div>
<div>
<img class="catImg" src="https://s3-ap-southeast-1.amazonaws.com/licious/cat/39/cat_tile_img/1615189680.1921--2021-03-0813:18:00--472?format=webp">
</div>
<div class="categories" "><h3>Kebabs & Tandoor</h3></div>
</div>
<div>
<div>
<img class="catImg" src="https://s3-ap-southeast-1.amazonaws.com/licious/cat/31/cat_tile_img/1615563449.8908--2021-03-1221:07:29--472?format=webp">
</div>
<div class="categories" ><h3>Super Saver Packs</h3></div>
</div>
</div>
<h1 style="margin-left: 10%;; font-weight: bolder; color: rgb(65, 64, 64); margin-bottom: 30px;">Check out our blog</h1>
<div id="blog" style="line-height: 30px;">
</div>
</div>
<!-- main page end -->
<!-- Footer start-->
<div id="footerdiv">
<div class="big">
<div id="rao1">
<img src="https://www.licious.in/img/default/licious-logo.svg" alt="">
<div id="rao2">
<div id="rao10">
<h4>USEFUL LINKS</h4>
<P>Why Licious ?</P>
<p>Refer & Earn</p>
<p>Licious Cash & Cash+</p>
<p>Careers</p>
<p>BLOGS</p>
<p>Campaign</p>
<p>Bug Bounty Guidelines</p>
<p>About us</p>
<p>FSSC 22000 Certification</p>
<p>FSSAI Licences</p>
<p>Sitemap</p>
</div>
<div id="rao9">
<h4>EXPRIENCE LICIOUS APP ON MOBILE</h4>
<img class="expe" src="https://www.licious.in/img/newtheme/play-store-new.png" alt="">
<img class="expe" src="https://www.licious.in/img/newtheme/app-store-new.svg" alt="">
</div>
<div id="rao11">
<h4>CONTACT US</h4>
<P>Call: 1800-4190-786</P>
<p>Talktous@licious.com</p>
<h4>REGISTRED OFFICE ADDRESS:</h4>
<P>House of Licious,Zed Pearl,No</P>
<p>12,Domlur Layout</p>
<p>Bangalore,Karnataka-560071</p>
</div>
<div id="rao12">
<p>T&C</p>
<p>FAQ</p>
<p>Privacy Policy</p>
<h4>HAVE SECURITY CONCERNS?</h4>
<P>Mail us to:</P>
<p>security@licious.com</p>
</div>
<div id="rao3">
<img src="https://www.licious.in/img/default/3-dsecure.png" alt="">
</div>
</div>
<!-- <div id="rao4">
<h4>KEEP IN TOUCH</h4>
<img src="https://www.licious.in/img/default/insta_color.png" alt="">
<img src="https://www.licious.in/img/default/fb_color.png" alt="">
<img src="https://www.licious.in/img/default/twitter_color.png" alt="">
</div> -->
<div id="rao5">
<h4>CITIES WE SERVE</h4>
<P>Bengaluru | NCR | Hyderabad | Chandigarh | Panchkula | Mohali | Mumbai | Pune | Chennai | Coimbatore | Jaipur | Cochin | Vijayawada | Vishakhapatnam | Pocdichery | Kolkata | Trichy</P>
</div>
<h5>POPULAR SEARCHES</h5>
<hr>
<div>
<h4>We will sell only the meat that we would eat ourselves.</h4>
<p>At Licious, we’re big meat-lovers. And by big, we mean huge. So when it comes to the meat we put on your plate, we’re extremely picky. Every single product is handpicked by a team with years of experience.</p>
<h4>If it’s not fresh, we won’t sell it</h4>
<p>For meat to stay fresh and retain its natural juices, it needs to be stored at a temperature between 0° and 5°C. We maintain this temperature from the time we procure the product to cleaning, cutting and storing it, until it leaves for delivery. And even when it’s out for delivery, we keep it chilled right up to your doorstep.Did we mention that we’re obsessed?</p>
<h4>We will charge only for what you buy</h4>
<p>Doesn’t everyone do this? Not really. Most other places first weigh the meat, then cut up the pieces, and throw out the parts which aren’t fit to eat, such as offal, gizzard, wingtips, etc. But you still pay based on the original weight even though what you finally get is 10% to 30% less</p>
</div>
<hr>
<div id="rao8">
<b> © 2022 Delightful Gourmet Pvt Ltd. All Rights Reserved.</b>
</div>
<p>Licious is your one-stop fesh meat delivery shop. In here, you get nothing but the freshest meat & seafood, delivered straight to your doorstep. Now you can buy meat online anytime at your convenience. Indulge in our diverse selection: Chicken, Mutton, Seafood (Fish, Prawns, Crabs), Marinades & Cold Cuts. All our products are completely natural and healthy. Once you've experienced Licious, you'll never go back to the old way of buying meat and seafood.</p>
</div>
</div>
</div>
</div>
<!-- Footer end-->
<!-- Most Important div - Please write code above this containers -->
<!-- Cart Side Bar Imp -->
<div id="cartside">
<div id="aa">Order Summary</div>
<div id="sa"><h3>Delivery Charges on all Product is Rs. 39</h3></div>
<div id="closecart">
<img class="close" src="/Downloaded Images/cross.png" alt="close">
</div>
<div id="addproduct"></div>
<div id="same">
<h3 style="margin-left: 18%;">BILL DETAILS</h3>
<div style="display: flex; height: 200px; margin-left: 2%; justify-content: space-around;">
<div>
<div>Subtotal</div>
<div> Delivery Charge</div>
<div>Discount</div>
<div style="font-size: 20px; margin-top: 5%;"> Total</div>
</div>
<div>
<div id="stotal">0</div>
<div id="dctotal">39</div>
<div id="dtotal">0</div>
<div id="total" style="margin-top: 15%;">0</div>
</div>
</div>
<div style="margin: auto; width: 80%;"><button style="background-color: red; color: white; width: 100%; height: 70px; font-size: 20px; border-radius: 10px;"><a style="text-decoration: none; color: white; cursor: pointer;" href="/Arpit Html Files/Address.html">Add Address</a></button></div>
</div>
</div>
</div>
<!-- Cart Side Bar end -->
<!-- Login Side bar Imp -->
<div id="loginside">
<div id = "closelogin">
<img class="close" src="https://atlona.com/wp-content/uploads/2016/08/close-button.png" alt="close">
</div>
<div id="loginimgbanner">
<img src="https://www.licious.in/img/default/logo-white.png" alt="logo">
<!-- <img id="liciousloginbanner" src="https://www.licious.in/img/default/user-login.png" alt="Liciousbanner"> -->
</div>
<div class="logininfo">
<div class="logheading">
<p>Sign In/Sign Up</p>
</div>
<div class="loginform">
<div class="form">
<input type="number" onkeypress="getMobile()" id="mobile" placeholder="Enter Mobile Number">
<hr>
</div>
<h3 id="otphead">
Enter OTP
</h3>
<div class="otp">
<input type="number" onkeypress="getOtp()" id="onetimepass" placeholder="Enter OTP">
<hr id="line">
<!-- <input type="button" placeholder="Get OTP"> -->
</div>
<div id="proceed">
<a href="#"><button id="confirmLogin">proceed Via OTP</button></a>
</div>
<p class="signing">
By signing in you agree to our <a class="tC" href="#">terms and conditions</a>
</p>
</div>
</div>
<!-- Login Side bar close -->
</body>
</html>
<!-- Scripts Links -->
<script src="https://unpkg.com/swiper@8/swiper-bundle.min.js"></script>
<script src="/javaScript/banner.js"></script>
<script src="/javaScript/citiylocater.js"></script>
<script src="/SAGAR/data.js"></script>
<script src="/SAGAR/homedata.js"></script>
<script src="/javaScript/cartsidebar.js"></script>
<script src="/javaScript/LoginSidebar.js"></script>
<script src="/javaScript/searchbar.js"></script>