ADSENSE CODE - 1
function timer() {
// show the number of reamining seconds on the web page.
var output = document.getElementById("displayseconds");
output.innerHTML = count;
// Decrease the remaining number of seconds by one.
count--;
//check if the counter has reached zero.
if (count < 0) { // If the counter has reached Zero....
// Stop the counter.
clearInterval (counter);
// Start the download.
window.location.href="https://drive.google.com/file/d/1ZwlCReQ3KcEyxaQpMivnaibyMboW63kB/view?usp=sharing";
return;
}
}
//Start the countdown timer when the page loads.
window.addEventListener("load",start,false);
Your download will begin in 20 seconds.
ADSENSE CODE - 2
here if your download does not begin.https://drive.google.com/file/d/1ZwlCReQ3KcEyxaQpMivnaibyMboW63kB/view?usp=sharing


0 Comments