File
https://sthindihelp.blogspot.com/2020/04/kinemaster-full-toturial-hindi.html?m=1
2
<?php
if(aicp_can_see_ads())
{
echo '<div class="aicp">
(Ads code ko past kare)
</div>';
}
else
{
echo "Sorry! You are Blocker from seeing the Ads";
}
?>
<style>
.button {<br />background-image: linear-gradient(to right, #0066ff, #00a1ff, #00c6eb, #00e087, #a8eb12);<br />border: 1px solid black;<br />color: white;<br />font-family: Arial;<br />font-size: small;<br />text-decoration: none;<br />padding: 3px;<br />}<br />.techly360{<br />background-image: linear-gradient(to right, #0066ff, #00a1ff, #00c6eb, #00e087, #a8eb12);<br />color: white;<br />}<br /></style>
<div style="text-align: center;"><a class="button" href="https://ngdinesh.com/wp-content/uploads/2022/09/FFH4X_PROcom.ffh4xprov2.0.apk" id="download">Download File</a>
<button class="techly360" id="btn">Click to Download</button>
<script>
var downloadButton = document.getElementById("download");
var counter = 20;
var newElement = document.createElement("p");
newElement.innerHTML = "20 sec";
var id;
downloadButton.parentNode.replaceChild(newElement, downloadButton);
function startDownload() {
this.style.display = 'none';
id = setInterval(function () {
counter--;
if (counter < 0) {
newElement.parentNode.replaceChild(downloadButton, newElement);
clearInterval(id);
} else {
newElement.innerHTML = +counter.toString() + " second.";
}
}, 1000);
};
var clickbtn = document.getElementById("btn");
clickbtn.onclick = startDownload;
</script></div>
Comments
Post a Comment