India — India on Saturday reported over 400,000 fresh Covid-19 cases for the first time as the tally crossed 19 million-mark, according to Union health ministry’s data. With 4, 019, 93 fresh coronavirus cases, India”s Covid-19 tally has risen to 19,164,969.
India reports over 400,000 fresh Covid-19 cases for the first time, total infection tally breaches 19 million-mark
Hot this week
Popular Categories
document.addEventListener("DOMContentLoaded", () => {
const trigger = document.getElementById("ads-trigger");
if ('IntersectionObserver' in window && trigger) {
const observer = new IntersectionObserver((entries, observer) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
lazyLoader(); // You should define lazyLoader() elsewhere or inline here
observer.unobserve(entry.target); // Run once
}
});
}, {
rootMargin: '800px',
threshold: 0.1
});
observer.observe(trigger);
} else {
// Fallback
setTimeout(lazyLoader, 3000);
}
});
