-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·99 lines (86 loc) · 4.52 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
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4EDM2E1LW1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4EDM2E1LW1');
</script>
<title>Koisuru 200M Cookie — 𝕭𝖚𝖑𝖑𝖊𝖙𝖎𝖓</title>
<meta charset="UTF-8">
<meta name="viewport" content="user-scalable=no,initial-scale=1,maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="refresh" content="360">
<meta property="og:title" content="Koisuru 200M Cookie — 𝕭𝖚𝖑𝖑𝖊𝖙𝖎𝖓" />
<meta property="og:url" content="https://bulletin48.github.io/kfc200m" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://i.ytimg.com/vi/mfqJyKm20Z4/maxresdefault.jpg" />
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="720" />
<meta property="og:site_name" content="𝕭𝖚𝖑𝖑𝖊𝖙𝖎𝖓" />
<meta property="og:description" content="Countdown The BNK48's most notable song to 200 Million Views on YouTube" />
<meta property="twitter:title" content="Koisuru 200M Cookie — 𝕭𝖚𝖑𝖑𝖊𝖙𝖎𝖓" />
<meta property="twitter:title:image" content="https://i.ytimg.com/vi/mfqJyKm20Z4/maxresdefault.jpg" />
<meta property="twitter:site" content="@bulletin48" />
<meta property="twitter:description" content="Countdown The BNK48's most notable song to 200 Million Views on YouTube" />
<meta property="twitter:image:src" content="https://i.ytimg.com/vi/mfqJyKm20Z4/maxresdefault.jpg" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:creator" content="@bulletin48" />
<link rel="stylesheet" type="text/css" href="css/reset.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Mitr">
<link rel="stylesheet" type="text/css" href="css/style.css?v=20240116" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div class="wrapper">
<header>
<!-- <img src="https://i.ytimg.com/vi/mfqJyKm20Z4/maxresdefault.jpg" /> -->
</header>
<article>
<div class="interval" id="interval" title="click to toggle">ตลอดเวลาที่ผ่านมา</div>
<div class="subnarrator" id="subnarrator">เพื่อให้ถึง 200 ล้านครั้ง</div>
<div class="narrator" id="narrator">
ชาวไทย<a href="https://youtu.be/mfqJyKm20Z4" target="KFC">คุกกี้เสี่ยงทาย</a>ไปแล้ว
</div>
<div class="counter" id="counter" title="click to toggle">กี่ครั้ง</div>
<div class="updated" id="updated" title="click to toggle">ข้อมูลล่าสุด</div>
</article>
<footer>
<div>
<p>
<strong>
© <a href="https://bulletin48.github.io">𝕭𝖚𝖑𝖑𝖊𝖙𝖎𝖓</a>, 2023.
</strong>
</p>
<p>
Follow us :
<a href="https://youtube.com/bulletin48" target="_blank">YouTube</a> •
<a href="https://facebook.com/bulletin48" target="_blank">Facebook</a> •
<a href="https://twitter.com/bulletin48" target="_blank">Twitter</a>
</p>
</div>
</footer>
</div>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.4/moment-with-locales.min.js"></script>
<script src="js/kfc.js?v=20240116"></script>
<script>
window.addEventListener("DOMContentLoaded", randomBg)
const current = moment().format('YYYYMMDDHHmmSS')
const file = 'data/kfc.json?v=' + current
const req = new Request(file)
fetchJSON(req)
.then(data => processData(data))
// Tip Me
kofiWidgetOverlay.draw('bulletin48', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support',
'floating-chat.donateButton.background-color': '#d66fca',
'floating-chat.donateButton.text-color': '#f8e1f5'
})
</script>
</body>
</html>