🎉 Black Friday Sale - Up to 50% Off! 🎉 Don’t miss out—Shop Now! Â
var countdownDate = new Date("Nov 25, 2024 00:00:00").getTime(); // Set your Black Friday date var x = setInterval(function() { var now = new Date().getTime(); var distance = countdownDate - now; var days = Math.floor(distance / (1000 * 60 * 60 * 24)); var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); var seconds = Math.floor((distance % (1000 * 60)) / 1000); document.getElementById("countdown").innerHTML = days + "d " + hours + "h " + minutes + "m " + seconds + "s "; if (distance < 0) { clearInterval(x); document.getElementById("countdown").innerHTML = "EXPIRED"; } }, 1000);
|
ANNUAL
ANNUAL
2months FREE
ANNUAL
Would you like to watch all your favorite channels from around the world? Subscribe to Strivemint and enjoy high-quality content. You won’t need any other subscription on any other platform. Get in touch with one of our agents.