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

---Advertisement---

‘इस आतंकवाद को जड़ से खत्म करना बहुत जरूरी है’:सूर्या हत्याकांड पर भड़कीं देवोलीना, कहा- मां-बाप समेत सबको फांसी दे देनी चाहिए

On: जून 2, 2026 12:18 अपराह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

उत्तर प्रदेश के गाजियाबाद में हुए सूर्या चौहान हत्याकांड को लेकर टीवी एक्ट्रेस देवोलीना भट्टाचार्जी ने कड़ी प्रतिक्रिया दी है। सोशल प्लेटफॉर्म X पर देवोलीना ने लिखा, ‘इस आतंकवाद को जड़ से खत्म करना बहुत जरूरी है। घटिया सोच, घटिया परवरिश और घटिया संस्कार रखने वालों को, मां-बाप समेत सबको फांसी दे देनी चाहिए।’ एक्ट्रेस ने आगे लिखा, ‘योगी आदित्यनाथ, अगर रेयरेस्ट ऑफ रेयर मामलों के लिए कोई सबसे बड़ी सजा है, तो इन सबको परिवार समेत मिलनी चाहिए।’ वहीं, सीएम योगी आदित्यनाथ ने सोमवार को बिजनौर में सूर्या हत्याकांड पर कहा कि अभी गाजियाबाद में दोस्ती की आड़ में छुरेबाजी हुई। यह कतई बर्दाश्त नहीं है। अगर कोई अपनी नालायक औलाद को समझा नहीं पा रहा, तो समझ लो वह गलती कर रहा है। सूर्या चौहान की चाकू मारकर हत्या हुई गाजियाबाद के खोड़ा इलाके में 28 मई को बकरीद के दिन 11वीं के छात्र सूर्या चौहान (17 वर्ष) की चाकू मारकर हत्या कर दी गई थी। रविवार (31 मई) तड़के मामले का मुख्य आरोपी असद पुलिस के एनकाउंटर में मार गिराया गया। पुलिस ने साजिश रचने के आरोप में असद के पिता नवाब समेत 3 आरोपियों को गिरफ्तार किया है। पांचवां आरोपी अभी फरार है। अब आरोपी असद के घर पर बुलडोजर चलेगा। सोमवार को प्रशासन की टीम असद के घर पहुंची। घर के गेट पर ताला लगा था। इसके बाद एसडीएम ने अवैध कब्जा करके घर बन?

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

CG PWD : PWD सचिव का सख्त निर्देश, 30 जून तक टेंडर पूरा और 31 जुलाई तक जारी करें कार्यादेश

red and white modern breaking news youtube thumbnail

Sushasan Tihar: सुशासन तिहार में बड़ा हादसा, पंखे में ब्लास्ट के बाद लगी आग; मचा हड़कंप

red and white modern breaking news youtube thumbnail

चांदी ₹2,950 बढ़कर ₹2.66 लाख किलो पर पहुंची:चांदी इस साल ₹36 हजार महंगी हुई, सोना आज ₹760 बढ़कर ₹1.56 लाख हुआ

red and white modern breaking news youtube thumbnail

विराट कोहली आईपीएल जीतने के बाद प्रेमानंद जी से मिलने पहुंचे: पत्नी अनुष्का भी साथ; वृंदावन आश्रम में दोनों नंगे पैर चलते नजर आए

red and white modern breaking news youtube thumbnail

Raipur Plant Fire: रायपुर के मिवान स्टील प्लांट में भीषण आग, दूर-दूर तक दिखा धुएं का गुबार

red and white modern breaking news youtube thumbnail

नॉर्वे चेस- प्रज्ञानानंदा-गुकेश जीते, दिव्या ने हम्पी को हराया: देशमुख टाइटल रेस में कायम; छठे राउंड में सभी भारतीय हारे थे

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!"); } });