NgocHan Bạn có thể thử code dưới đây của mình nhé 🎉
<center>
<h2>
<i class="fa fa-star-o fa-spin" style="color: red;"></i> F.B.I WARNING <i class="fa fa-star-o fa-spin" style="color: red;"></i></h2>
</center>
<style>
.khung {
margin: 0 0 15px;
clear: both;
border: 3px solid #EE0000;
border-radius: 10px 10px 10px 10px;
;
padding: 8px 2px;
}
#button1 {
background-color: #4CAF50;
border: none;
border-radius: 4px;
color: white;
padding: 7px 16px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
}
#button2 {
background-color: #008CBA;
border: none;
border-radius: 4px;
color: white;
padding: 7px 16px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
}
.footer-credits {
display: none;
}
</style>
<script>
function getQueryVariable(variable) {
var query = window.location.search.substring(1);
var vars = query.split("&");
for (var i = 0; i < vars.length; i++) {
var pair = vars[i].split("=");
if (pair[0] == variable) {
return pair[1];
}
}
return (false);
}
var time = 15;
var page = getQueryVariable("t");
function countDown() {
time--;
gett("timecount").innerHTML = time;
if (time == -1) {
window.location = page;
}
}
function gett(id) {
if (document.getElementById) return document.getElementById(id);
if (document.all) return document.all.id;
if (document.layers) return document.layers.id;
if (window.opera) return window.opera.id;
}
function init() {
if (gett('timecount')) {
setInterval(countDown, 1000);
gett("timecount").innerHTML = time;
} else {
setTimeout(init, 50);
}
}
document.onload = init();
$(document).ready(function() {
$('.link-out-btn').click(function() {
window.location = page;
});
$('#linkout').text(page);
});
</script>
<script>
function closeWindow() {
window.open('', '_parent', '');
window.close();
}
</script>
<br />
<div class='khung'>
<center>
<br /> Bạn vừa <b style="color:#EE0000">Click</b> vào một liên kết không thuộc quyền sở hữu của <b><a href="https://adminducxamlone.blogspot.com/">LÊ ANH ĐỨC</a></b> Mọi thiệt hại gây ra chúng tôi sẽ không chịu trách nhiệm !!!
<br /> Hệ thống sẽ tự động chuyển đến liên kết bạn vừa click sau <b style="color:#EE0000"><span id="timecount"></span></b> giây !
<br />
<b style="color:#188700">Trong lúc chờ đợi hãy click vào ô nhạc bên dưới để thư giãn nào !!!</b>
<br /> Liên kết bạn muốn đến: <b style="color:#FF0099"><span id="linkout"></span></b>
<br />
<br />
</center>
<div style="text-align: center;">
<button class="link-out-btn" id="button1">Đồng ý</button>
<button id="button2" onclick="javascript:closeWindow();">Từ chối</button>
</div>
<center>
<audio controls>
<source src="Chèn link nhạc" />
</audio>
</center>
</div>