-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathsp-mbcc6g.html
43 lines (39 loc) · 1.13 KB
/
sp-mbcc6g.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
<html>
<head>
<title>6 Group (MBCC6G) | Bel Tombol Lomba Kuis Cerdas Cermat Kecil Mini</title>
<script type="text/javascript">
var seconds = 5; // seconds for HTML
var foo; // variable for clearInterval() function
function redirect() {
document.location.href = 'https://shope.ee/8KT3Az9hSM';
}
function updateSecs() {
document.getElementById("seconds").innerHTML = seconds;
seconds--;
if (seconds == -1) {
clearInterval(foo);
redirect();
}
}
function countdownTimer() {
foo = setInterval(function () {
updateSecs()
}, 1000);
}
countdownTimer();
</script>
<style>
p {
margin: 20;
}
</style>
</head>
<body>
<p style="font-size: 30px" align="center">Beli Mini Bel Cerdas Cermat murah di Shopee<br /><br />
<a href="https://shope.ee/8zf4TxMQBE"><img src="https://co2.my.id/sp-mbcc6g.jpg" alt="Mini Bel Cerdas Cermat | Bel Tombol Kuis Lomba Cerdas Cermat Kecil Mini" /></a>
</p>
<p style="font-size: 25px" align="center">Kamu akan dialihkan ke Shopee dalam <span id="seconds">5</span> detik.</br >
Jika tidak, silakan klik <a href="https://shope.ee/8KT3Az9hSM">disini</a>.
</p>
</body>
</html>