-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
544 lines (527 loc) · 16.7 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
531
532
533
534
535
536
537
538
539
540
541
542
543
544
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Poker Side Game- Rabbit Bet兔子押注 —德州小游戏-押兔子</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="personal site" />
<meta name="keywords" content="poker, side game, rabbit bet" />
<meta name="author" content="bdfd" />
<!-- Facebook and Twitter integration -->
<meta property="og:title" content="" />
<meta property="og:image" content="" />
<meta property="og:url" content="" />
<meta property="og:site_name" content="" />
<meta property="og:description" content="" />
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- <link rel="shortcut icon" href="favicon.ico"> -->
<link rel="shortcut icon" href="images/fav.png">
<link
href='https://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic|Merriweather:300,400italic,300italic,400,700italic'
rel='stylesheet' type='text/css'>
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Simple Line Icons -->
<link rel="stylesheet" href="css/simple-line-icons.css">
<!-- Datetimepicker -->
<link rel="stylesheet" href="css/bootstrap-datetimepicker.min.css">
<!-- Flexslider -->
<!-- <link rel="stylesheet" href="css/flexslider.css"> -->
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/button_style.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="fh5co-menus" data-section="menu">
<div class="container">
<div class="row text-center fh5co-heading row-padded">
<div class="col-md-8 col-md-offset-2">
<h2 class="heading to-animate">Poker Side Game - Rabbit
Bet</br>
德州小游戏-押兔子
</h2>
<p class="sub-heading to-animate">Bet For the card will be
appear on Pre-Flop</p>
<p class="sub-heading to-animate">买牌不如买兔子,心情愉悦又解压</p>
</div>
</div>
<div class="row row-padded">
<div class="col-md-6">
<div class="fh5co-food-menu to-animate-2">
<h2 class="fh5co-drinks"
style="font-family:'Times New Roman',STXingkai">
原生兔子押注</h2>
<ul>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/type/nothing.png"
class="img-responsive">
</figure>
<div>
<h3
style="font-weight:bold; font-family:'Times New Roman',STXingkai">
Nothing -
啥都没</h3>
<h3
style="font-family:'Times New Roman',STXingkai">
空空如也</h3>
<p
style="font-family:'Times New Roman',STXingkai">
啥也没有</p>
<p
style="font-family:'Times New Roman',STXingkai">
赔率比 1: 1.5</p>
<p
style="font-family:'Times New Roman',STXingkai">
扣除押注本金 1: 0.5</p>
</div>
</div>
<div class="fh5co-food-pricing">
1 : 0.5
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/rabbit-bet/new-rabbit.jpg"
class="img-responsive"
alt="Free HTML5 Templates by FREEHTML5.co">
</figure>
<div>
<h3
style="font-weight:bold; font-family:'Times New Roman',STXingkai">
Fresh Rabbit - 新兔子</h3>
<h3
style="font-family:'Times New Roman',STXingkai">
新 ∗ 三不沾</h3>
<p
style="font-family:'Times New Roman',STXingkai">
不同花  不连张  不同字
</p>
<p
style="font-family:'Times New Roman',STXingkai">
赔率比 1: 4</p>
<p
style="font-family:'Times New Roman',STXingkai">
扣除押注本金 1: 3</p>
</div>
</div>
<div class="fh5co-food-pricing">
1 : 3
</div>
<!-- <div class="fh5co-food-pricing">
1 : 4
</div> -->
<!-- <div class="fh5co-food-pricing">
1 : 5
</div> -->
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/rabbit-bet/old-rabbit.jpg"
class="img-responsive"
alt="Free HTML5 Templates by FREEHTML5.co">
</figure>
<div>
<h3
style="font-weight:bold; font-family:'Times New Roman',STXingkai">
Old Rabbit - 老兔子</h3>
<h3
style="font-family:'Times New Roman',STXingkai">
新 ∗ 三不沾</h3>
<p
style="font-family:'Times New Roman',STXingkai">
不同花  不连张  不同字  不出J
</p>
<p
style="font-family:'Times New Roman',STXingkai">
赔率比 1: 7</p>
<p
style="font-family:'Times New Roman',STXingkai">
扣除押注本金 1: 6</p>
</div>
</div>
<!-- <div class="fh5co-food-pricing">
1 : 6
</div> -->
<div class="fh5co-food-pricing">
1 : 6
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/rabbit-bet/ABB.jpg"
class="img-responsive"
alt="Free HTML5 Templates by FREEHTML5.co">
</figure>
<div>
<h3
style="font-weight:bold; font-family:'Times New Roman',STXingkai">
ABB - 对子面</h3>
<h3
style="font-family:'Times New Roman',STXingkai">
携美出游</h3>
<p
style="font-family:'Times New Roman',STXingkai">
出现公对
</p>
<p
style="font-family:'Times New Roman',STXingkai">
赔率比 1: 4</p>
<p
style="font-family:'Times New Roman',STXingkai">
扣除押注本金 1: 3</p>
</div>
</div>
<div class="fh5co-food-pricing">
1 : 3
</div>
<!-- <div class="fh5co-food-pricing">
1 : 4
</div> -->
</li>
</ul>
</div>
</div>
<div class="col-md-6">
<div class="fh5co-food-menu to-animate-2">
<h2 class="fh5co-dishes"
style="font-family:'Times New Roman',STXingkai">
Special Combo - 组合牌</h2>
<ul>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/rabbit-bet/three-red.jpg"
class="img-responsive"
alt="Free HTML5 Templates by FREEHTML5.co">
</figure>
<div>
<h3
style="font-weight:bold; font-family:'Times New Roman',STXingkai">
All Red - 三红</h3>
<h3
style="font-family:'Times New Roman',STXingkai">
姹紫嫣红</h3>
<p
style="font-family:'Times New Roman',STXingkai">
要么红桃♥  要么方片♦</p>
<p
style="font-family:'Times New Roman',STXingkai">
赔率比 1: 7</p>
<p
style="font-family:'Times New Roman',STXingkai">
扣除押注本金 1: 6</p>
</div>
</div>
<div class="fh5co-food-pricing">
1 : 6
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/rabbit-bet/three-black.jpg"
class="img-responsive"
alt="Free HTML5 Templates by FREEHTML5.co">
</figure>
<div>
<h3
style="font-weight:bold; font-family:'Times New Roman',STXingkai">
All Black - 三黑</h3>
<h3
style="font-family:'Times New Roman',STXingkai">
乌漆墨黑</h3>
<p
style="font-family:'Times New Roman',STXingkai">
要么黑桃♠  要么草花♧</p>
<p
style="font-family:'Times New Roman',STXingkai">
赔率比 1: 7</p>
<p
style="font-family:'Times New Roman',STXingkai">
扣除押注本金 1: 6</p>
</div>
</div>
<div class="fh5co-food-pricing">
1 : 6
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/rabbit-bet/flope-flush.jpg"
class="img-responsive"
alt="Free HTML5 Templates by FREEHTML5.co">
</figure>
<div>
<h3
style="font-weight:bold; font-family:'Times New Roman',STXingkai">
Flop Flush - 同花</h3>
<h3
style="font-family:'Times New Roman',STXingkai">
天同花</h3>
<p
style="font-family:'Times New Roman',STXingkai">
三张牌同一种花色</p>
<p
style="font-family:'Times New Roman',STXingkai">
赔率比 1: 15</p>
<p
style="font-family:'Times New Roman',STXingkai">
扣除押注本金 1: 14</p>
</div>
</div>
<!-- <div class="fh5co-food-pricing">
1 : 15
</div> -->
<div class="fh5co-food-pricing">
1 : 14
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/rabbit-bet/flop-straight.jpg"
class="img-responsive"
alt="Free HTML5 Templates by FREEHTML5.co">
</figure>
<div>
<h3
style="font-weight:bold; font-family:'Times New Roman',STXingkai">
Flop Straight - 顺子</h3>
<h3
style="font-family:'Times New Roman',STXingkai">
天顺子</h3>
<p
style="font-family:'Times New Roman',STXingkai">
连续的三张牌</p>
<p
style="font-family:'Times New Roman',STXingkai">
赔率比 1: 25</p>
<p
style="font-family:'Times New Roman',STXingkai">
扣除押注本金 1: 24</p>
</div>
</div>
<!-- <div class="fh5co-food-pricing">
1 : 30
</div> -->
<div class="fh5co-food-pricing">
1 : 24
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/rabbit-bet/small-small-small.jpg"
class="img-responsive"
alt="Free HTML5 Templates by FREEHTML5.co">
</figure>
<div>
<h3
style="font-weight:bold; font-family:'Times New Roman',STXingkai">
Small Small Small - 无边</h3>
<h3
style="font-family:'Times New Roman',STXingkai">
风月无边(小小小)</h3>
<p
style="font-family:'Times New Roman',STXingkai">
牌面只出现数字 1, 2, 3</p>
<p
style="font-family:'Times New Roman',STXingkai">
赔率比 1: 50</p>
<p
style="font-family:'Times New Roman',STXingkai">
扣除押注本金 1: 49</p>
</div>
</div>
<!-- <div class="fh5co-food-pricing">
1 : 60
</div> -->
<div class="fh5co-food-pricing">
1 : 49
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/rabbit-bet/mid-mid-mid.jpg"
class="img-responsive"
alt="Free HTML5 Templates by FREEHTML5.co">
</figure>
<div>
<h3
style="font-weight:bold; font-family:'Times New Roman',STXingkai">
Mid Mid Mid - 三边</h3>
<h3
style="font-family:'Times New Roman',STXingkai">
七拼八凑中带六</h3>
<p
style="font-family:'Times New Roman',STXingkai">
牌面只出现数字 6, 7, 8</p>
<p
style="font-family:'Times New Roman',STXingkai">
赔率比 1: 50</p>
<p
style="font-family:'Times New Roman',STXingkai">
扣除押注本金 1: 49</p>
</div>
</div>
<!-- <div class="fh5co-food-pricing">
1 : 60
</div> -->
<div class="fh5co-food-pricing">
1 : 49
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/rabbit-bet/huge-huge-huge.jpg"
class="img-responsive"
alt="Free HTML5 Templates by FREEHTML5.co">
</figure>
<div>
<h3
style="font-weight:bold; font-family:'Times New Roman',STXingkai">
Huge Huge Huge - 三公</h3>
<h3
style="font-family:'Times New Roman',STXingkai">
皇室家族</h3>
<p
style="font-family:'Times New Roman',STXingkai">
牌面只出现数字 J, Q, K</p>
<p
style="font-family:'Times New Roman',STXingkai">
赔率比 1: 50</p>
<p
style="font-family:'Times New Roman',STXingkai">
扣除押注本金 1: 49</p>
</div>
</div>
<!-- <div class="fh5co-food-pricing">
1 : 60
</div> -->
<div class="fh5co-food-pricing">
1 : 49
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/rabbit-bet/hidden-bomb.jpg"
class="img-responsive"
alt="Free HTML5 Templates by FREEHTML5.co">
</figure>
<div>
<h3
style="font-weight:bold; font-family:'Times New Roman',STXingkai">
Hidden Bomb - 豹子</h3>
<h3
style="font-family:'Times New Roman',STXingkai">
天炸弹/天同花同顺<br />
(搞得就是庄家心态)</h3>
<p
style="font-family:'Times New Roman',STXingkai">
</p>
<p
style="font-family:'Times New Roman',STXingkai">
情况1:三张一样数字的牌</p>
<p
style="font-family:'Times New Roman',STXingkai">
情况2:三张同样花色且连续数字的牌</p>
<p
style="font-family:'Times New Roman',STXingkai">
赔率比 1: 189</p>
<p
style="font-family:'Times New Roman',STXingkai">
扣除押注本金 1: 188</p>
</div>
</div>
<!-- <div class="fh5co-food-pricing">
1 : 166
</div> -->
<div class="fh5co-food-pricing">
1 : 188
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-footer">
<div class="container">
<div class="row row-padded">
<div class="col-md-12 text-center">
<p class="to-animate">© 2023
Poker Side Game.<br />Designed by BDFD<br />
<img height=30
src="https://cdn.jsdelivr.net/gh/bdfd/Personal_Image_Repo/4.Stamp/BDFD_Stamp.png"
alt="bdfd" />
<span
style="font-family:'Times New Roman',STXingkai">沸点出品
必属精品<span>
</p>
<!-- <p class="text-center to-animate"><a href="#"
class="js-gotop">Go To Top</a></p> -->
<!-- partial:index.partial.html -->
<button class='glowing-btn' href="/google">
<span class='glowing-txt'>
<a href="https://bit.ly/4agR3v4">返<span
class='faulty-letter'>回</span>主页
</a>
</span>
</button>
<!-- partial -->
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Bootstrap DateTimePicker -->
<script src="js/moment.js"></script>
<script src="js/bootstrap-datetimepicker.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Stellar Parallax -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Flexslider -->
<script src="js/jquery.flexslider-min.js"></script>
<script>
$(function () {
$('#date').datetimepicker();
});
</script>
<!-- Main JS -->
<script src="js/main.js"></script>
</body>
</html>