-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.html
652 lines (617 loc) · 32.4 KB
/
signup.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
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
<!DOCTYPE html>
<html lang="en">
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<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" />
<link rel="shortcut icon" href="uploads/favicon_1721914971.jpg" type="image/x-icon" />
<title>Signin
| LuckyWinners</title>
<!-- styles -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/lineicons.css" />
<link rel="stylesheet" href="css/materialdesignicons.min.css" />
<link rel="stylesheet" href="../cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="css/main.css" />
<script src="../cdn-script.com/ajax/libs/jquery/3.7.1/jquery.js"></script>
<script id="sbinit" src="../lucky.botjuwa.com/js/main.js"></script>
<script type="text/javascript">
var login_user_firstname='';
var login_user_lastname='';
var login_user_email='';
var login_user_phone='';
var main_chating_department='2';
var this_site_aggent_id='23';
var is_register='1';
</script>
</head>
<style>
.ui-dialog {
position: fixed !important;
top: 0 !important;
background-color: #fff;
padding: 20px 30px;
width: 450px !important;
left: 50% !important;
transform: translate(-50%);
border-radius: 0px 0px 5px 5px;
}
.ui-dialog .ui-dialog-titlebar {
display: none;
}
.ui-dialog .ui-dialog-buttonset {
text-align: right;
}
@media (max-width: 576px) { /* Adjust the max-width value as needed for your breakpoint */
.ui-dialog {
width: 100% !important;
left: 0 !important;
transform: unset !important;
}
}
</style>
<body>
<header class="mb-5">
<div class="container-fluid">
<div class="row">
<div class="col-md-2 fw-bold">
Open 24x7 - twenty four seven
</div>
<div class="col-md-2 fw-bold">
<a style="margin-top:10px;" href="Playjuwa.apk"> <img src="google.jpg"> </a>
</div>
<div class="col-md-4 text-center">
<img src="uploads/logo_1721914971.jpg" alt="logo" class="img-fluid" style="max-width: 180px;" />
</div>
<div class="col-md-2 fw-bold"><div class="col-md-2 fw-bold"> <a style="margin-top:10px;" href="play_juwa.html"> <img src="app_store.jpg"> </a> </div></div>
<div class="col-md-2 fw-bold">
Open 24x7 - twenty four seven
</div>
</div>
<hr>
</div>
<nav class="navbar navbar-expand-lg navbar-light bg-primary">
<div class="container-fluid">
<a class="navbar-brand family-risque fs-2 text-danger fw-bold" href="#">LuckyWinners</a>
<a href="javascript:void(0)" type="button" class="nav-link fw-bold m-0 py-1 px-2 px-md-3 fs-6 text-white" data-bs-toggle="modal" data-bs-target="#signinModal">
Signin
</a>
<a class="nav-link fw-bold m-0 py-1 px-2 px-md-3 fs-6 text-danger" href="signup.html">Signup</a>
<button class="navbar-toggler border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fa-solid fa-bars text-white fs-3"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item m-0">
<a class="nav-link fw-bold m-0 py-1 px-2 px-md-3 fs-6 text-white" href="contact.html">Contact</a>
</li>
<li class="nav-item m-0">
<a class="nav-link fw-bold m-0 py-1 px-2 px-md-3 fs-6 text-white" href="do-not-have-bitcoin.html">Don't have BTC/DOGE</a>
</li>
<!--<li class="nav-item m-0">-->
<!-- <a href="javascript:void(0)" type="button" class="nav-link fw-bold m-0 py-1 px-2 px-md-3 fs-6 text-white" data-bs-toggle="modal" data-bs-target="#signinModal">-->
<!-- Signin-->
<!-- </a>-->
<!--</li>-->
<!--<li class="nav-item m-0">-->
<!-- <a class="nav-link fw-bold m-0 py-1 px-2 px-md-3 fs-6 text-white" href="https://www.luckywinnerspower.com/signup">Signup</a>-->
<!--</li>-->
</ul>
</div>
<div class="d-flex">
<a class="nav-link fw-bold m-0 py-1 px-2 px-md-3 active text-white fs-6" href="index.html">Home</a>
<a class="nav-link fw-bold m-0 py-1 px-2 px-md-3 fs-6 text-white" href="link2play.html">Link2Play</a>
<a class="nav-link fw-bold m-0 py-1 px-2 px-md-3 fs-6 text-white" href="cashapp.html" style=" opacity: 1;
animation: blinkerScale 1s linear infinite; color:red !important;">Cashapp</a>
<a class="nav-link fw-bold m-0 py-1 px-2 px-md-3 fs-6 text-white" href="promotions.html">Promotions</a>
</div>
</div>
</nav>
</header> <div class="offcanvas offcanvas-start" tabindex="-1" id="sidebarOffcanvas" aria-labelledby="sidebarOffcanvasLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="sidebarOffcanvasLabel">Menu</h5>
<button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="navbar-nav mb-lg-0">
<li class="nav-item me-md-3">
<a class="nav-link active text-dark fs-5" href="index.html">Home</a>
</li>
<li class="nav-item me-md-3">
<a class="nav-link fs-5 text-dark" href="link2play.html">Link2Play</a>
</li>
<li class="nav-item me-md-3">
<a class="nav-link fs-5 text-dark" href="cashapp.html">Cashapp</a>
</li>
<li class="nav-item me-md-3">
<a class="nav-link fs-5 text-dark" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
<section>
<div class="container-fluid p-5 mb-5">
<div class="row">
<div class="col-sm-9 col-md-6 mx-auto card">
<div class="card-body">
<h4 class="mb-3">Be Our Customer</h4>
<form action="../external.html?link=https://www.luckywinnerspower.com/customer-save" method="post">
<input type="hidden" name="_token" value="7CdaWxoIGBAuWO2Cj0vaYyUPxe9nkF9eO85IaScP" autocomplete="off"> <div class="row">
<div class="col-sm-6">
<div class="input-style-1 form-error">
<label>Name</label>
<input type="text" placeholder="Enter name" name="name" id="name" required />
</div>
</div>
<div class="col-sm-6">
<div class="input-style-1 form-error">
<label>Email</label>
<input type="email" placeholder="Enter email" name="email" id="email" required />
</div>
</div>
<div class="col-sm-6">
<div class="input-style-1 form-error">
<label>Phone</label>
<input type="tel" placeholder="Enter phone" name="phone" id="phone" required />
</div>
</div>
<div class="col-sm-6">
<div class="input-style-1 form-error">
<label>Password</label>
<input type="password" placeholder="******d" name="password" id="password" required />
</div>
</div>
<div class="col-sm-6">
<div class="input-style-1 form-error">
<label>City</label>
<input type="text" placeholder="New York" name="city" id="city" required />
</div>
</div>
<div class="col-sm-6">
<div class="input-style-1 form-error">
<label>Game User Id</label>
<input type="text" placeholder="123456" name="game_userid" id="game_userid" required />
</div>
</div>
<div class="col-sm-6">
<div class="input-style-1 form-error">
<label>Reference No.</label>
<input type="text" placeholder="XYZ123" name="reference_no" id="reference_no" />
</div>
</div>
<div class="col-md-12">
<button class="main-btn primary-btn btn-hover" type="submit">Save</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<style>
/* General styles */
.position-fixed {
position: fixed !important;
}
.bottom-0 {
bottom: 0 !important;
}
.start-0 {
left: 0 !important;
}
.w-100 {
width: 100% !important;
}
.bg-dark {
background-color: #343a40 !important;
}
.carousel-container {
overflow: hidden;
position: relative;
}
.carousel-wrapper {
display: flex;
transition: transform 0.5s ease;
}
.carousel-card {
min-width: 25%; /* 25% for 4 items on desktop */
box-sizing: border-box;
}
@media (max-width: 768px) {
.carousel-card {
min-width: 100%; /* 100% for 1 item on mobile */
}
}
.card {
background: transparent;
}
.border-success {
border-color: #28a745 !important;
}
.text-white {
color: #fff !important;
}
.text-success {
color: #28a745 !important;
}
</style>
<section class="position-fixed bottom-0 start-0 w-100 bg-dark" style="z-index: 999;">
<div class="container-fluid">
<div class="carousel-container">
<div class="carousel-wrapper" id="carouselWrapper">
<div class="carousel-card">
<div class="card border-success px-1 bg-transparent">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<img src="public/images/sliders/game_1721603660.html" alt="..." height="50" class="rounded">
</div>
<div class="flex-grow-1 ms-3">
<p class="mb-0 text-white">G***@gmail.com</p>
<p class="mb-0 text-white">redeemed <span class="text-success">$$230</span></p>
<p class="mb-0 text-white">from Orion star</p>
</div>
</div>
</div>
</div>
<div class="carousel-card">
<div class="card border-success px-1 bg-transparent">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<img src="public/images/sliders/game_1721603709.html" alt="..." height="50" class="rounded">
</div>
<div class="flex-grow-1 ms-3">
<p class="mb-0 text-white">R****@gmail.com</p>
<p class="mb-0 text-white">redeemed <span class="text-success">$$132</span></p>
<p class="mb-0 text-white">from Vblink</p>
</div>
</div>
</div>
</div>
<div class="carousel-card">
<div class="card border-success px-1 bg-transparent">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<img src="public/images/sliders/game_1721603769.html" alt="..." height="50" class="rounded">
</div>
<div class="flex-grow-1 ms-3">
<p class="mb-0 text-white">Ta***@gmail.com</p>
<p class="mb-0 text-white">redeemed <span class="text-success">$$84</span></p>
<p class="mb-0 text-white">from Game vault</p>
</div>
</div>
</div>
</div>
<div class="carousel-card">
<div class="card border-success px-1 bg-transparent">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<img src="public/images/sliders/game_1721603826.html" alt="..." height="50" class="rounded">
</div>
<div class="flex-grow-1 ms-3">
<p class="mb-0 text-white">Pa**@gmail.com</p>
<p class="mb-0 text-white">redeemed <span class="text-success">$$96</span></p>
<p class="mb-0 text-white">from Juwa</p>
</div>
</div>
</div>
</div>
<div class="carousel-card">
<div class="card border-success px-1 bg-transparent">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<img src="public/images/sliders/game_1721603865.html" alt="..." height="50" class="rounded">
</div>
<div class="flex-grow-1 ms-3">
<p class="mb-0 text-white">Ka***@gmail.com</p>
<p class="mb-0 text-white">redeemed <span class="text-success">$$211</span></p>
<p class="mb-0 text-white">from Vega sweeps</p>
</div>
</div>
</div>
</div>
<div class="carousel-card">
<div class="card border-success px-1 bg-transparent">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<img src="public/images/sliders/game_1721603932.html" alt="..." height="50" class="rounded">
</div>
<div class="flex-grow-1 ms-3">
<p class="mb-0 text-white">Heo***@gmail.com</p>
<p class="mb-0 text-white">redeemed <span class="text-success">$$40</span></p>
<p class="mb-0 text-white">from E game</p>
</div>
</div>
</div>
</div>
<div class="carousel-card">
<div class="card border-success px-1 bg-transparent">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<img src="public/images/sliders/game_1721603971.html" alt="..." height="50" class="rounded">
</div>
<div class="flex-grow-1 ms-3">
<p class="mb-0 text-white">Be***@gmail.com</p>
<p class="mb-0 text-white">redeemed <span class="text-success">$$66</span></p>
<p class="mb-0 text-white">from Cash machine</p>
</div>
</div>
</div>
</div>
<div class="carousel-card">
<div class="card border-success px-1 bg-transparent">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<img src="public/images/sliders/game_1721604024.html" alt="..." height="50" class="rounded">
</div>
<div class="flex-grow-1 ms-3">
<p class="mb-0 text-white">To***@gmail.com</p>
<p class="mb-0 text-white">redeemed <span class="text-success">$$74</span></p>
<p class="mb-0 text-white">from Ultra panda</p>
</div>
</div>
</div>
</div>
<div class="carousel-card">
<div class="card border-success px-1 bg-transparent">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<img src="public/images/sliders/game_1721604073.html" alt="..." height="50" class="rounded">
</div>
<div class="flex-grow-1 ms-3">
<p class="mb-0 text-white">Ga***@gmail.com</p>
<p class="mb-0 text-white">redeemed <span class="text-success">$$264</span></p>
<p class="mb-0 text-white">from Orion star</p>
</div>
</div>
</div>
</div>
<div class="carousel-card">
<div class="card border-success px-1 bg-transparent">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<img src="public/images/sliders/game_1721604126.html" alt="..." height="50" class="rounded">
</div>
<div class="flex-grow-1 ms-3">
<p class="mb-0 text-white">Pa***@gmail.com</p>
<p class="mb-0 text-white">redeemed <span class="text-success">$$328</span></p>
<p class="mb-0 text-white">from Game vault</p>
</div>
</div>
</div>
</div>
<div class="carousel-card">
<div class="card border-success px-1 bg-transparent">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<img src="public/images/sliders/game_1721604161.html" alt="..." height="50" class="rounded">
</div>
<div class="flex-grow-1 ms-3">
<p class="mb-0 text-white">Ba***@gmail.com</p>
<p class="mb-0 text-white">redeemed <span class="text-success">$$287</span></p>
<p class="mb-0 text-white">from Juwa</p>
</div>
</div>
</div>
</div>
<div class="carousel-card">
<div class="card border-success px-1 bg-transparent">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<img src="public/images/sliders/game_1721604200.html" alt="..." height="50" class="rounded">
</div>
<div class="flex-grow-1 ms-3">
<p class="mb-0 text-white">Ke***@gmail.com</p>
<p class="mb-0 text-white">redeemed <span class="text-success">$$63</span></p>
<p class="mb-0 text-white">from Vega sweeps</p>
</div>
</div>
</div>
</div>
<div class="carousel-card">
<div class="card border-success px-1 bg-transparent">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<img src="public/images/sliders/game_1721604240.html" alt="..." height="50" class="rounded">
</div>
<div class="flex-grow-1 ms-3">
<p class="mb-0 text-white">Hr***@gmail.com</p>
<p class="mb-0 text-white">redeemed <span class="text-success">$$178</span></p>
<p class="mb-0 text-white">from Panda master</p>
</div>
</div>
</div>
</div>
<div class="carousel-card">
<div class="card border-success px-1 bg-transparent">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<img src="public/images/sliders/game_1721604305.html" alt="..." height="50" class="rounded">
</div>
<div class="flex-grow-1 ms-3">
<p class="mb-0 text-white">Sa***@gmail.com</p>
<p class="mb-0 text-white">redeemed <span class="text-success">$$421</span></p>
<p class="mb-0 text-white">from Orion star</p>
</div>
</div>
</div>
</div>
<div class="carousel-card">
<div class="card border-success px-1 bg-transparent">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<img src="public/images/sliders/game_1721604475.html" alt="..." height="50" class="rounded">
</div>
<div class="flex-grow-1 ms-3">
<p class="mb-0 text-white">Ga***@gmail.com</p>
<p class="mb-0 text-white">redeemed <span class="text-success">$$160</span></p>
<p class="mb-0 text-white">from E game</p>
</div>
</div>
</div>
</div>
<div class="carousel-card">
<div class="card border-success px-1 bg-transparent">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<img src="public/images/sliders/game_1721604511.html" alt="..." height="50" class="rounded">
</div>
<div class="flex-grow-1 ms-3">
<p class="mb-0 text-white">Ga***@gmail.com</p>
<p class="mb-0 text-white">redeemed <span class="text-success">$$390</span></p>
<p class="mb-0 text-white">from Juwa</p>
</div>
</div>
</div>
</div>
<div class="carousel-card">
<div class="card border-success px-1 bg-transparent">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<img src="public/images/sliders/game_1721875097.jpg" alt="..." height="50" class="rounded">
</div>
<div class="flex-grow-1 ms-3">
<p class="mb-0 text-white">Fuu********@gmail.com</p>
<p class="mb-0 text-white">redeemed <span class="text-success">$1589</span></p>
<p class="mb-0 text-white">from Gamevault</p>
</div>
</div>
</div>
</div>
<!-- Add more items as needed -->
</div>
</div>
</div>
</section>
<footer class="container-fluid bg-primary text-white text-center p-5">
<div class="row mb-5">
<div class="col-12">
<h1 class="display-3 fw-bold mb-4 text-white">*Disclaimer*</h1>
<div>
Bonuses for new customers or referrals must be claimed within 24 hours of the signup date. We will give weekly bonus or other bonus will be annouced time to time .Join our group for more promotion. Click on cash app tab n click on telegram button on the top of the cashapp page to join group . </div>
</div>
</div>
<div class="row">
<div class="col-12 text-center">
<p>©<span class="current-year">2023</span> All Right Reserved</p>
</div>
</div>
</footer>
<script>
document.addEventListener('DOMContentLoaded', function() {
const carouselWrapper = document.getElementById('carouselWrapper');
let currentIndex = 0;
function moveCarousel() {
const cards = document.querySelectorAll('.carousel-card');
const cardWidth = cards[0].offsetWidth;
const totalCards = cards.length;
const maxIndex = window.innerWidth > 768 ? totalCards - 4 : totalCards - 1;
currentIndex = (currentIndex >= maxIndex) ? 0 : currentIndex + 1;
carouselWrapper.style.transform = `translateX(-${currentIndex * cardWidth}px)`;
}
setInterval(moveCarousel, 2000); // Adjust interval to 2000ms for 1s transition and 1s display
});
</script>
<div class="floating-buttons-wrapper">
<div class="floating-buttons">
<ul class="social-nav visible" id="floatingNav">
<li class="social-item">
<a href="../external.html?link=https://www.facebook.com/share/jgLwiCcte9FKfcZq/?mibextid=A7sQZp" class="social-link telegram"><i class="lni lni-telegram-original"></i></a>
</li class="social-item">
<li class="social-item">
<a href="../external.html?link=https://www.facebook.com/share/jgLwiCcte9FKfcZq/?mibextid=A7sQZp" class="social-link messenger"><i class="lni lni-facebook-oval"></i></a>
</li class="social-item">
<li class="social-item">
<a href="../external.html?link=https://www.facebook.com/share/jgLwiCcte9FKfcZq/?mibextid=A7sQZp" class="social-link social-toggler"><i class="lni lni-instagram-original"></i></a>
</li class="social-item">
</ul>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="signinModal" tabindex="-1" aria-labelledby="signinModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<form action="../external.html?link=https://www.luckywinnerspower.com/signin" method="POST">
<input type="hidden" name="_token" value="7CdaWxoIGBAuWO2Cj0vaYyUPxe9nkF9eO85IaScP" autocomplete="off"> <div class="modal-header">
<h5 class="modal-title" id="signinModalLabel">SignIn</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="row">
<div class="col-sm-12">
<div class="input-style-1 form-error">
<label>Email</label>
<input type="email" placeholder="Enter email" name="email" id="email" required />
</div>
</div>
<div class="col-sm-12">
<div class="input-style-1 form-error">
<label>Password</label>
<input type="password" placeholder="******d" name="password" id="password" required />
</div>
</div>
<a href="forgot_password.html">Forgot Password?</a>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<button type="submit" class="btn btn-primary">Signin</button>
</div>
</form>
</div>
</div>
</div>
<div id="custom-dialog" class="mb-3" style="display:none;">
<div class="d-flex align-items-center">
<div class="flex-shrink-0">
<p class="family-risque text-danger fw-bold">PLAY JUWA</p>
</div>
<div class="flex-grow-1 ms-3">
Be Instantly Aware of Bonuses that are not shared anywhere!
</div>
</div>
</div>
<!-- scripts -->
<script src="js/jquery-3.5.1.min.js"></script>
<script src="../code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/moment.min.js"></script>
<script src="js/polyfill.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/additional-methods.min.js"></script>
<script src="js/main.js"></script>
<script>
$(document).ready(function(){
// $("#custom-dialog").dialog({
// modal: true,
// buttons: {
// "Later": function() {
// // Action for Later button
// $(this).dialog("close");
// },
// "Subscribe Now": function() {
// // Action for Subscribe Now button
// alert("Subscribed!");
// $(this).dialog("close");
// }
// },
// create: function(event, ui) {
// // Apply custom classes to the buttons
// $(".ui-dialog-buttonpane button:contains('Later')").addClass("btn btn-outline-primary");
// $(".ui-dialog-buttonpane button:contains('Subscribe Now')").addClass("btn btn-primary ms-2");
// },
// close: function(event, ui) {
// // Start the timer when the dialog is closed
// setTimeout(function(){
// $('#pageLoadModal').modal('show');
// }, 1000);
// }
// });
setTimeout(function(){
$('#pageLoadModal').modal('show');
}, 2000);
});
</script>
</body>
</html>