क्रिकेट स्पोर्ट्स बॉलीवुड राजनीति जॉब - एजुकेशन बिजनेस लाइफस्टाइल देश अंतरराष्ट्रीय टेक्नोलॉजी छत्तीसगढ़

---Advertisement---

भास्कर अपडेट्स:दिल्ली के गांधी नगर में दुकान में लगी आग, संकरी गलियों के कारण देर से पहुंचीं दमकल गाड़ियां

On: जून 7, 2026 1:50 पूर्वाह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

दिल्ली के गांधी नगर इलाके में शनिवार रात एक दुकान में आग लग गई। सूचना मिलने पर दमकल विभाग की चार गाड़ियां मौके पर पहुंचीं औ करीब 3 घंटे मशक्कत के बाद रात करीब 12 बजे आग पर काबू पा लिया। अधिकारियों के मुताबिक, दमकल विभाग को रात 9:08 बजे आग लगने की सूचना मिली थी। हालांकि पता ढूंढ़ने में दिक्कत और इलाके की संकरी गलियों के कारण दमकल गाड़ियों को मौके तक पहुंचने में समय लगा। फिलहाल आग लगने के कारणों का पता लगाया जा रहा है।

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

घरेलू LPG सिलेंडर ₹29 महंगा, नई दरें आज से लागू:3 महीने में दूसरी बार दाम बढ़े; दिल्ली में 14.2kg के सिलेंडर ₹942 में मिलेंगे

red and white modern breaking news youtube thumbnail

इंग्लैंड लॉर्ड्स टेस्ट जीतने से 5 विकेट दूर:न्यूजीलैंड को 199 रन की जरूरत; बारिश की वजह से तीसरे दिन स्टंप्स हुआ

red and white modern breaking news youtube thumbnail

8 जून की बैठक से पहले इंडिया ब्लॉक में विवाद:CPM-JMM ने भी कांग्रेस से नाराजगी जताई; AAP-DMK ने पहले ही खुद को अलग किया

red and white modern breaking news youtube thumbnail

गौतम अडाणी एक महीने बाद फिर एशिया में सबसे अमीर:अमेरिकी कोर्ट से क्लीन चिट मिलने के बाद संपत्ति $10 बिलियन बढ़ी

red and white modern breaking news youtube thumbnail

19 वर्षीय एंड्रीवा ने पहली बार फ्रेंच ओपन जीता: ऐसा करने वाली दूसरी सबसे युवा खिलाड़ी; फाइनल में च्वालिंस्का को 6-3, 6-2 से हराया

red and white modern breaking news youtube thumbnail

19 साल की एंड्रीवा ने फ्रेंच ओपन जीता:अब तक की दूसरी सबसे युवा चैंपियन; फाइनल में च्वालिंस्का को 6-3, 6-2 से हराया

Leave a Comment

// Function to get current page info for sharing const currentUrl = window.location.href; const pageTitle = document.title; // --- 1. Follow Your Official Pages --- // These links go directly to the URLs you provided // Instagram Follow document.getElementById('wpliteInstagramFollow').addEventListener('click', function() { const instaUrl = 'https://www.instagram.com/worldprime.news?igsh=N3I0azl5ZTd1b3U5&utm_source=qr'; window.open(instaUrl, '_blank'); }); // Facebook Follow document.getElementById('wpliteFacebookFollow').addEventListener('click', function() { const fbUrl = 'https://www.facebook.com/share/1ATWDHQiYR/?mibextid=wwXIfr'; window.open(fbUrl, '_blank'); }); // --- 2. Share Current Page to Others --- // These remain as "Sharing" functions // WhatsApp Share document.getElementById('wpliteWhatsAppShare').addEventListener('click', function() { const whatsappUrl = 'https://api.whatsapp.com/send?text=' + encodeURIComponent(pageTitle + " " + currentUrl); window.open(whatsappUrl, '_blank'); }); // Twitter Share document.getElementById('wpliteTwitterShare').addEventListener('click', function() { const twitterUrl = 'https://twitter.com/intent/tweet?url=' + encodeURIComponent(currentUrl) + '&text=' + encodeURIComponent(pageTitle); window.open(twitterUrl, '_blank'); }); // --- 3. Mobile Native Share (The Floating Button) --- document.getElementById("mobileShareFloatingButton").addEventListener("click", function (e) { e.preventDefault(); if (navigator.share) { navigator.share({ title: pageTitle, url: currentUrl }) .then(() => console.log("Share successful")) .catch(err => console.error("Share failed", err)); } else { alert("Native sharing not supported. Use the icons below!"); } });