Timer Redirect Button
10
Wait your video link is ready….
/'; // Replace with your actual URL
}
}, 1000);
// Update progress bar
progressInterval = setInterval(() => {
progress += 1;
loadingProgress.style.width = progress + '%';
if (progress >= 100) {
clearInterval(progressInterval);
}
}, 100);
}