Meta Description" name="description" />

Share this result

Previews are deleted daily. Get a permanent share link sent to your inbox:
Script
\<!DOCTYPE html> \<html lang="hi"> \<head> &#x20; \<meta charset="UTF-8"> &#x20; \<meta name="viewport" content="width=device-width, initial-scale=1.0"> &#x20; \<title>खबर ग्रामीण | गांव-गांव की खबर, हर खबर आप तक\</title> &#x20;&#x20; &#x20; \<!-- Tailwind CSS CDN --> &#x20; \<script src="[https://cdn.tailwindcss.com](https://cdn.tailwindcss.com)">\</script> &#x20; \<!-- Google Fonts: Noto Sans Devanagari & Hind --> &#x20; \<link rel="preconnect" href="[https://fonts.googleapis.com](https://fonts.googleapis.com)"> &#x20; \<link rel="preconnect" href="[https://fonts.gstatic.com](https://fonts.gstatic.com)" crossorigin> &#x20; \<link href="[https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700&family=Noto+Sans+Devanagari:wght@500;700;800;900&display=swap](https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700\&family=Noto+Sans+Devanagari:wght@500;700;800;900\&display=swap)" rel="stylesheet"> &#x20; \<!-- Lucide Icons --> &#x20; \<script src="[https://unpkg.com/lucide@latest](https://unpkg.com/lucide@latest)">\</script> &#x20; \<script> &#x20; tailwind.config = { &#x20; theme: { &#x20; extend: { &#x20; colors: { &#x20; brandRed: '#C70000', &#x20; darkCharcoal: '#111827', &#x20; deepNavy: '#0F172A', &#x20; cardBg: '#F8FAFC', &#x20; borderGray: '#E5E7EB' &#x20; }, &#x20; fontFamily: { &#x20; hindi: ['"Noto Sans Devanagari"', '"Hind"', 'sans-serif'], &#x20; body: ['"Hind"', '"Noto Sans Devanagari"', 'sans-serif'] &#x20; } &#x20; } &#x20; } &#x20; } &#x20; \</script> &#x20; \<style> &#x20; body { font-family: 'Noto Sans Devanagari', 'Hind', sans-serif; } &#x20; @keyframes tickerSlide { &#x20; 0% { transform: translateX(0); } &#x20; 100% { transform: translateX(-50%); } &#x20; } &#x20; .ticker-anim { &#x20; display: flex; &#x20; width: max-content; &#x20; animation: tickerSlide 28s linear infinite; &#x20; } &#x20; .ticker-anim:hover { animation-play-state: paused; } &#x20; .no-scrollbar::-webkit-scrollbar { display: none; } &#x20; .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; } &#x20; \</style> \</head> \<body class="bg-white text-gray-900 flex flex-col min-h-screen"> &#x20; \<!-- ================= 1. TOP UTILITY BAR ================= --> &#x20; \<aside class="bg-darkCharcoal text-gray-300 text-xs py-1.5 px-4 border-b border-gray-800"> &#x20; \<div class="max-w-7xl mx-auto flex flex-wrap items-center justify-between gap-2"> &#x20; \<div class="flex items-center space-x-3"> &#x20; \<span class="flex items-center text-gray-200"> &#x20; \<i data-lucide="calendar" class="w-3.5 h-3.5 mr-1 text-brandRed">\</i> &#x20; \<span id="live-date">गुरुवार, 27 अगस्त 2026\</span> &#x20; \</span> &#x20; \<span class="text-gray-600">|\</span> &#x20; \<span class="flex items-center"> &#x20; \<i data-lucide="map-pin" class="w-3.5 h-3.5 mr-1 text-brandRed">\</i> &#x20; जबलपुर, म.प्र. &#x20; \</span> &#x20; \<span class="hidden md:inline text-gray-600">|\</span> &#x20; \<span class="hidden md:flex items-center text-amber-400"> &#x20; \<i data-lucide="cloud-sun" class="w-3.5 h-3.5 mr-1">\</i> &#x20; 31°C आंशिक बादल &#x20; \</span> &#x20; \</div> &#x20; \<div class="flex items-center space-x-4"> &#x20; \<a href="#submit-section" class="text-yellow-400 font-bold hover:underline flex items-center"> &#x20; \<i data-lucide="send" class="w-3.5 h-3.5 mr-1">\</i>खबर भेजें &#x20; \</a> &#x20; \<a href="#advertise-modal" onclick="alert('विज्ञापन हेतु संपर्क करें: advertise\@khabargramin.in')" class="hover:text-white">विज्ञापन दें\</a> &#x20; \<a href="#" class="hover:text-white">ई-पेपर\</a> &#x20; \</div> &#x20; \</div> &#x20; \</aside> &#x20; \<!-- ================= 2. SECOND HEADER (LOGO & AD SPACE) ================= --> &#x20; \<header class="bg-white border-b border-borderGray py-3 sm:py-4 px-4"> &#x20; \<div class="max-w-7xl mx-auto flex flex-col md:flex-row items-center justify-between gap-4"> &#x20; &#x20; &#x20; \<!-- Brand Identity --> &#x20; \<a href="#" class="flex items-center space-x-3 group"> &#x20; \<div class="w-11 h-11 bg-darkCharcoal rounded flex items-center justify-center border-b-4 border-brandRed shadow-sm group-hover:bg-brandRed transition"> &#x20; \<i data-lucide="radio" class="w-6 h-6 text-white">\</i> &#x20; \</div> &#x20; \<div> &#x20; \<div class="flex items-baseline tracking-tight"> &#x20; \<span class="text-3xl sm:text-4xl font-black text-darkCharcoal">खबर\</span> &#x20; \<span class="text-3xl sm:text-4xl font-black text-brandRed ml-1.5">ग्रामीण\</span> &#x20; \</div> &#x20; \<p class="text-[11px] sm:text-xs text-gray-600 font-semibold tracking-wide mt-0.5"> &#x20; गांव-गांव की खबर, हर खबर आप तक &#x20; \</p> &#x20; \</div> &#x20; \</a> &#x20; \<!-- 728x90 Billboard Advertisement Slot --> &#x20; \<div class="hidden md:flex flex-col items-center"> &#x20; \<div class="w-[520px] lg:w-[680px] h-[78px] bg-cardBg border border-dashed border-gray-300 rounded flex items-center justify-between px-6"> &#x20; \<div> &#x20; \<span class="text-[10px] uppercase font-bold text-gray-400 tracking-wider">विज्ञापन (Commercial Space)\</span> &#x20; \<p class="text-sm font-bold text-gray-800">जबलपुर व महाकोशल के लाखों पाठकों तक अपना व्यापार पहुंचाएं\</p> &#x20; \<p class="text-xs text-brandRed font-medium">ईमेल: advertise\@khabargramin.in\</p> &#x20; \</div> &#x20; \<button onclick="alert('विज्ञापन पूछताछ फॉर्म लोड हो रहा है...')" class="text-xs bg-darkCharcoal hover:bg-brandRed text-white font-bold px-3.5 py-1.5 rounded transition"> &#x20; विज्ञापन बुक करें &#x20; \</button> &#x20; \</div> &#x20; \</div> &#x20; \</div> &#x20; \</header> &#x20; \<!-- ================= 3. STICKY MAIN NAVIGATION ================= --> &#x20; \<nav class="sticky top-0 z-40 bg-darkCharcoal text-white shadow-md border-b-2 border-brandRed"> &#x20; \<div class="max-w-7xl mx-auto px-4 flex items-center justify-between"> &#x20; \<ul class="flex items-center overflow-x-auto no-scrollbar py-0 text-sm font-semibold whitespace-nowrap"> &#x20; \<li>\<a href="#" class="inline-block px-3.5 py-3 text-white bg-brandRed">\<i data-lucide="home" class="w-4 h-4">\</i>\</a>\</li> &#x20; \<li>\<a href="#tehsil-section" class="inline-block px-3.5 py-3 hover:text-red-400 transition">जबलपुर अंचल\</a>\</li> &#x20; \<li>\<a href="#category-rural" class="inline-block px-3.5 py-3 text-amber-300 hover:text-amber-200 transition">ग्रामीण भारत\</a>\</li> &#x20; \<li>\<a href="#category-agri" class="inline-block px-3.5 py-3 hover:text-red-400 transition">कृषि एवं किसान\</a>\</li> &#x20; \<li>\<a href="#category-politics" class="inline-block px-3.5 py-3 hover:text-red-400 transition">राजनीति\</a>\</li> &#x20; \<li>\<a href="#category-crime" class="inline-block px-3.5 py-3 hover:text-red-400 transition">अपराध व हादसे\</a>\</li> &#x20; \<li>\<a href="#category-ground" class="inline-block px-3.5 py-3 hover:text-red-400 transition">ग्राउंड रिपोर्ट\</a>\</li> &#x20; \<li>\<a href="#category-videos" class="inline-block px-3.5 py-3 hover:text-red-400 transition">वीडियो\</a>\</li> &#x20; \</ul> &#x20; \<div class="hidden lg:flex items-center pl-3"> &#x20; \<span class="inline-flex items-center px-3 py-1 rounded bg-red-950 text-brandRed border border-red-800 text-xs font-bold"> &#x20; \<span class="w-2 h-2 rounded-full bg-brandRed mr-2 animate-ping">\</span> LIVE DESK &#x20; \</span> &#x20; \</div> &#x20; \</div> &#x20; \</nav> &#x20; \<!-- ================= 4. BREAKING NEWS TICKER ================= --> &#x20; \<section class="bg-gray-100 border-b border-borderGray overflow-hidden"> &#x20; \<div class="max-w-7xl mx-auto flex items-center"> &#x20; \<div class="bg-brandRed text-white text-xs sm:text-sm font-extrabold px-4 py-2 flex items-center space-x-1.5 shrink-0 z-10"> &#x20; \<i data-lucide="zap" class="w-4 h-4 fill-current text-yellow-300 animate-pulse">\</i> &#x20; \<span>ब्रेकिंग न्यूज़\</span> &#x20; \</div> &#x20; \<div class="overflow-hidden relative w-full py-1.5 bg-gray-50 text-xs sm:text-sm font-medium"> &#x20; \<div class="ticker-anim space-x-8 text-gray-900"> &#x20; \<span class="flex items-center">\<span class="w-1.5 h-1.5 rounded-full bg-brandRed mr-2">\</span>पाटन: इंद्राणा मार्ग निर्माण को लेकर ग्रामीणों ने एसडीएम को सौंपा ज्ञापन, 7 दिन का अल्टीमेटम\</span> &#x20; \<span class="flex items-center">\<span class="w-1.5 h-1.5 rounded-full bg-brandRed mr-2">\</span>जबलपुर: बरगी बांध के 5 गेट खोले गए, नर्मदा तटों पर अलर्ट जारी\</span> &#x20; \<span class="flex items-center">\<span class="w-1.5 h-1.5 rounded-full bg-brandRed mr-2">\</span>कटंगी: मूंग खरीदी केंद्र पर बारदाने की किल्लत से किसान परेशान, चक्काजाम की चेतावनी\</span> &#x20; \<span class="flex items-center">\<span class="w-1.5 h-1.5 rounded-full bg-brandRed mr-2">\</span>मझौली: सिहोरा बायपास पर तेज रफ्तार लोडिंग वाहन पलटा, 2 घायल\</span> &#x20; \</div> &#x20; \</div> &#x20; \</div> &#x20; \</section> &#x20; \<!-- ================= 5. MAIN NEWS GRID ================= --> &#x20; \<main class="max-w-7xl mx-auto px-4 py-6 w-full flex-grow"> &#x20; &#x20; &#x20; \<!-- Hero Editorial Row --> &#x20; \<div class="grid grid-cols-1 lg:grid-cols-12 gap-6 mb-10"> &#x20; &#x20; &#x20; \<!-- Lead 8-Column Block --> &#x20; \<div class="lg:col-span-8 space-y-6"> &#x20; &#x20; &#x20; \<!-- Large Featured Hero Card --> &#x20; \<article class="bg-white border border-borderGray rounded overflow-hidden shadow-sm group"> &#x20; \<div class="relative aspect-video overflow-hidden bg-gray-900"> &#x20; \<img src="[https://images.unsplash.com/photo-1515694346937-94d85e41e6f0?w=1000&auto=format&fit=crop&q=80](https://images.unsplash.com/photo-1515694346937-94d85e41e6f0?w=1000\&auto=format\&fit=crop\&q=80)" alt="जबलपुर बारिश" class="w-full h-full object-cover group-hover:scale-105 transition duration-500 opacity-90" /> &#x20; \<div class="absolute inset-0 bg-gradient-to-t from-black/95 via-black/40 to-transparent">\</div> &#x20; \<div class="absolute bottom-0 left-0 right-0 p-5 sm:p-6 text-white"> &#x20; \<div class="flex items-center space-x-2 mb-2"> &#x20; \<span class="bg-brandRed text-white text-xs font-black px-2.5 py-0.5 rounded-sm">प्रमुख खबर\</span> &#x20; \<span class="bg-black/60 text-yellow-300 text-xs font-semibold px-2 py-0.5 rounded-sm">जबलपुर अंचल\</span> &#x20; \</div> &#x20; \<h1 class="text-xl sm:text-2xl md:text-3xl font-black text-white leading-tight group-hover:text-red-300 transition"> &#x20; जबलपुर में मूसलाधार बारिश के बाद नर्मदा का जलस्तर बढ़ा, बरगी बांध के 5 गेट खोले गए &#x20; \</h1> &#x20; \<p class="hidden sm:block text-xs sm:text-sm text-gray-200 mt-2 line-clamp-2"> &#x20; संस्कारधानी जबलपुर में बीते 24 घंटों में 4 इंच से अधिक वर्षा दर्ज की गई है। ग्वारीघाट, तिलवाराघाट और भेड़ाघाट पर प्रशासन ने सतर्कता बढ़ा दी है। &#x20; \</p> &#x20; \<div class="flex items-center space-x-4 text-xs text-gray-300 mt-3 pt-3 border-t border-white/20"> &#x20; \<span>संवाददाता: \<strong class="text-white">सुखदेव राजपूत\</strong>\</span> &#x20; \<span>•\</span> &#x20; \<span>27 अगस्त 2026, 10:45 AM\</span> &#x20; \</div> &#x20; \</div> &#x20; \</div> &#x20; \</article> &#x20; \<!-- 2x2 Sub-News Cards --> &#x20; \<div class="grid grid-cols-1 sm:grid-cols-2 gap-4"> &#x20; \<article class="bg-white border rounded p-3 hover:border-brandRed/60 transition group shadow-sm"> &#x20; \<div class="aspect-[16/10] overflow-hidden rounded mb-2.5 bg-gray-100"> &#x20; \<img src="[https://images.unsplash.com/photo-1590856029826-c7a73142bbf1?w=800&auto=format&fit=crop&q=80](https://images.unsplash.com/photo-1590856029826-c7a73142bbf1?w=800\&auto=format\&fit=crop\&q=80)" alt="पाटन सड़क" class="w-full h-full object-cover group-hover:scale-105 transition duration-300" /> &#x20; \</div> &#x20; \<span class="text-[10px] font-bold text-brandRed uppercase">पाटन तहसील\</span> &#x20; \<h2 class="text-sm font-bold text-gray-900 line-clamp-2 mt-1 leading-snug group-hover:text-brandRed transition"> &#x20; इंद्राणा मार्ग की खस्ताहाली से नाराज़ ग्रामीणों ने एसडीएम को सौंपा ज्ञापन, 7 दिन का अल्टीमेटम &#x20; \</h2> &#x20; \<div class="text-[11px] text-gray-500 mt-2 pt-2 border-t flex justify-between"> &#x20; \<span>संवाददाता: अमित पटेल\</span> &#x20; \<span>आज, 09:30 AM\</span> &#x20; \</div> &#x20; \</article> &#x20; \<article class="bg-white border rounded p-3 hover:border-brandRed/60 transition group shadow-sm"> &#x20; \<div class="aspect-[16/10] overflow-hidden rounded mb-2.5 bg-gray-100"> &#x20; \<img src="[https://images.unsplash.com/photo-1592982537447-7440770cbfc9?w=800&auto=format&fit=crop&q=80](https://images.unsplash.com/photo-1592982537447-7440770cbfc9?w=800\&auto=format\&fit=crop\&q=80)" alt="कटंगी किसान" class="w-full h-full object-cover group-hover:scale-105 transition duration-300" /> &#x20; \</div> &#x20; \<span class="text-[10px] font-bold text-emerald-700 uppercase">कृषि व मंडी\</span> &#x20; \<h2 class="text-sm font-bold text-gray-900 line-clamp-2 mt-1 leading-snug group-hover:text-brandRed transition"> &#x20; कटंगी: उपार्जन केंद्र पर बारदाने का संकट, ट्रॉलियों की लंबी कतारों में रात गुजार रहे किसान &#x20; \</h2> &#x20; \<div class="text-[11px] text-gray-500 mt-2 pt-2 border-t flex justify-between"> &#x20; \<span>संवाददाता: राजेश लोधी\</span> &#x20; \<span>आज, 08:15 AM\</span> &#x20; \</div> &#x20; \</article> &#x20; \</div> &#x20; \</div> &#x20; \<!-- Right 4-Column Sidebar --> &#x20; \<aside class="lg:col-span-4 space-y-6"> &#x20; &#x20; &#x20; \<!-- Trending Widget --> &#x20; \<div class="bg-white border rounded p-4 shadow-sm"> &#x20; \<div class="border-b-2 border-brandRed pb-2 mb-3"> &#x20; \<h3 class="font-extrabold text-base text-gray-900 flex items-center"> &#x20; \<i data-lucide="trending-up" class="w-4 h-4 text-brandRed mr-2">\</i> &#x20; ट्रेंडिंग एवं सर्वाधिक पढ़ी गई &#x20; \</h3> &#x20; \</div> &#x20; \<div class="divide-y text-xs"> &#x20; \<div class="py-2.5 flex space-x-3 group cursor-pointer"> &#x20; \<span class="text-2xl font-black text-gray-300 group-hover:text-brandRed">01\</span> &#x20; \<div> &#x20; \<span class="text-[10px] font-bold text-brandRed uppercase">सिहोरा\</span> &#x20; \<p class="font-bold text-gray-800 group-hover:text-brandRed line-clamp-2">सिहोरा को जिला बनाने की मांग को लेकर संघर्ष समिति का महासम्मेलन\</p> &#x20; \</div> &#x20; \</div> &#x20; \<div class="py-2.5 flex space-x-3 group cursor-pointer"> &#x20; \<span class="text-2xl font-black text-gray-300 group-hover:text-brandRed">02\</span> &#x20; \<div> &#x20; \<span class="text-[10px] font-bold text-brandRed uppercase">मझौली\</span> &#x20; \<p class="font-bold text-gray-800 group-hover:text-brandRed line-clamp-2">मझौली में सड़क हादसे के बाद लोगों ने लगाया जाम, पुलिस ने संभाला मोर्चा\</p> &#x20; \</div> &#x20; \</div> &#x20; \<div class="py-2.5 flex space-x-3 group cursor-pointer"> &#x20; \<span class="text-2xl font-black text-gray-300 group-hover:text-brandRed">03\</span> &#x20; \<div> &#x20; \<span class="text-[10px] font-bold text-brandRed uppercase">बरेला\</span> &#x20; \<p class="font-bold text-gray-800 group-hover:text-brandRed line-clamp-2">बरेला की महिला स्व-सहायता समूह ने जैविक खाद उत्पादन में बनाया रिकॉर्ड\</p> &#x20; \</div> &#x20; \</div> &#x20; \</div> &#x20; \</div> &#x20; \<!-- WhatsApp CTA --> &#x20; \<div class="bg-emerald-900 text-white rounded p-4 text-center"> &#x20; \<i data-lucide="message-circle" class="w-8 h-8 mx-auto text-emerald-400 mb-2">\</i> &#x20; \<h4 class="font-bold text-base">खबर ग्रामीण WhatsApp चैनल\</h4> &#x20; \<p class="text-xs text-emerald-100 mt-1 mb-3">हर जरूरी स्थानीय खबर सीधे अपने मोबाइल पर प्राप्त करें।\</p> &#x20; \<a href="[https://whatsapp.com](https://whatsapp.com)" target="\_blank" class="inline-block bg-emerald-500 hover:bg-emerald-400 text-gray-950 text-xs font-black px-4 py-2 rounded transition"> &#x20; चैनल से जुड़ें &#x20; \</a> &#x20; \</div> &#x20; \</aside> &#x20; \</div> &#x20; \<!-- ================= 6. HYPERLOCAL TEHSIL TABS ================= --> &#x20; \<section id="tehsil-section" class="bg-cardBg border border-borderGray rounded-lg p-5 mb-10 shadow-sm"> &#x20; \<div class="flex flex-col sm:flex-row sm:items-center justify-between gap-3 border-b border-gray-300 pb-3 mb-4"> &#x20; \<div> &#x20; \<h2 class="text-xl font-extrabold text-darkCharcoal flex items-center"> &#x20; \<span class="w-3 h-5 bg-brandRed rounded-sm mr-2 inline-block">\</span> &#x20; आपके क्षेत्र की खबरें (तहसील चयन) &#x20; \</h2> &#x20; \<p class="text-xs text-gray-600 mt-0.5">जबलपुर जिले की प्रत्येक तहसील व ग्रामीण अंचल की ताज़ा खबरें\</p> &#x20; \</div> &#x20; &#x20; &#x20; \<!-- Interactive Buttons --> &#x20; \<div class="flex items-center space-x-1.5 overflow-x-auto no-scrollbar py-1 text-xs font-bold"> &#x20; \<button onclick="renderTehsil('all', this)" class="tehsil-btn px-3 py-1.5 rounded bg-brandRed text-white">सभी क्षेत्र\</button> &#x20; \<button onclick="renderTehsil('patan', this)" class="tehsil-btn px-3 py-1.5 rounded bg-white text-gray-700 border hover:bg-gray-100">पाटन\</button> &#x20; \<button onclick="renderTehsil('majholi', this)" class="tehsil-btn px-3 py-1.5 rounded bg-white text-gray-700 border hover:bg-gray-100">मझौली\</button> &#x20; \<button onclick="renderTehsil('katangi', this)" class="tehsil-btn px-3 py-1.5 rounded bg-white text-gray-700 border hover:bg-gray-100">कटंगी\</button> &#x20; \<button onclick="renderTehsil('sihora', this)" class="tehsil-btn px-3 py-1.5 rounded bg-white text-gray-700 border hover:bg-gray-100">सिहोरा\</button> &#x20; \<button onclick="renderTehsil('shahpura', this)" class="tehsil-btn px-3 py-1.5 rounded bg-white text-gray-700 border hover:bg-gray-100">शहपुरा\</button> &#x20; \<button onclick="renderTehsil('belkheda', this)" class="tehsil-btn px-3 py-1.5 rounded bg-white text-gray-700 border hover:bg-gray-100">बेलखेड़ा\</button> &#x20; \<button onclick="renderTehsil('barela', this)" class="tehsil-btn px-3 py-1.5 rounded bg-white text-gray-700 border hover:bg-gray-100">बरेला\</button> &#x20; \</div> &#x20; \</div> &#x20; \<!-- Dynamic Cards Grid --> &#x20; \<div id="tehsil-grid" class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-4"> &#x20; \<!-- Injected via JavaScript below --> &#x20; \</div> &#x20; \</section> &#x20; \<!-- ================= 7. CITIZEN JOURNALISM SUBMISSION ================= --> &#x20; \<section id="submit-section" class="max-w-3xl mx-auto bg-white border border-borderGray rounded-lg shadow-sm p-6 mb-10"> &#x20; \<div class="border-b pb-3 mb-4"> &#x20; \<span class="text-xs font-bold text-brandRed uppercase">नागरिक पत्रकारिता मंच\</span> &#x20; \<h2 class="text-2xl font-black text-darkCharcoal mt-0.5">अपनी खबर हमें भेजें\</h2> &#x20; \<p class="text-xs text-gray-600 mt-1">गांव की सड़क, बिजली, पानी, कृषि समस्या या भ्रष्टाचार का विवरण साझा करें।\</p> &#x20; \</div> &#x20; \<form onsubmit="handleCitizenSubmit(event)" class="space-y-4 text-xs sm:text-sm"> &#x20; \<div class="grid grid-cols-1 sm:grid-cols-2 gap-4"> &#x20; \<div> &#x20; \<label class="block font-bold text-gray-700 mb-1">आपका नाम \*\</label> &#x20; \<input type="text" required class="w-full border rounded px-3 py-2 text-xs focus:outline-none focus:border-brandRed" placeholder="उदा. रामेश्वर सिंह" /> &#x20; \</div> &#x20; \<div> &#x20; \<label class="block font-bold text-gray-700 mb-1">मोबाइल नंबर (सत्यापन हेतु) \*\</label> &#x20; \<input type="tel" required class="w-full border rounded px-3 py-2 text-xs focus:outline-none focus:border-brandRed" placeholder="10 अंकों का नंबर" /> &#x20; \</div> &#x20; \</div> &#x20; \<div class="grid grid-cols-1 sm:grid-cols-3 gap-4"> &#x20; \<div> &#x20; \<label class="block font-bold text-gray-700 mb-1">तहसील चुनें \*\</label> &#x20; \<select class="w-full border rounded px-3 py-2 text-xs bg-white"> &#x20; \<option>पाटन\</option> &#x20; \<option>मझौली\</option> &#x20; \<option>कटंगी\</option> &#x20; \<option>सिहोरा\</option> &#x20; \<option>शहपुरा\</option> &#x20; \<option>बेलखेड़ा\</option> &#x20; \<option>बरेला\</option> &#x20; \<option>जबलपुर शहरी\</option> &#x20; \</select> &#x20; \</div> &#x20; \<div class="sm:col-span-2"> &#x20; \<label class="block font-bold text-gray-700 mb-1">गांव / मोहल्ला / स्थान \*\</label> &#x20; \<input type="text" required class="w-full border rounded px-3 py-2 text-xs focus:outline-none focus:border-brandRed" placeholder="उदा. ग्राम कुसली" /> &#x20; \</div> &#x20; \</div> &#x20; \<div> &#x20; \<label class="block font-bold text-gray-700 mb-1">खबर का शीर्षक \*\</label> &#x20; \<input type="text" required class="w-full border rounded px-3 py-2 text-xs focus:outline-none focus:border-brandRed" placeholder="मुख्य समस्या या घटना का विषय" /> &#x20; \</div> &#x20; \<div> &#x20; \<label class="block font-bold text-gray-700 mb-1">खबर का पूरा विवरण \*\</label> &#x20; \<textarea rows="4" required class="w-full border rounded px-3 py-2 text-xs focus:outline-none focus:border-brandRed" placeholder="पूरी जानकारी लिखें...">\</textarea> &#x20; \</div> &#x20; \<button type="submit" class="w-full bg-brandRed hover:bg-red-800 text-white font-bold py-2.5 rounded text-sm transition"> &#x20; संपादकीय डेस्क को खबर भेजें &#x20; \</button> &#x20; \</form> &#x20; \</section> &#x20; \</main> &#x20; \<!-- ================= 8. FOOTER ================= --> &#x20; \<footer class="bg-darkCharcoal text-gray-300 border-t-4 border-brandRed pt-8 pb-6 text-xs"> &#x20; \<div class="max-w-7xl mx-auto px-4 grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6 mb-8"> &#x20; \<div> &#x20; \<div class="flex items-baseline space-x-1 mb-2"> &#x20; \<span class="text-xl font-black text-white">खबर\</span> &#x20; \<span class="text-xl font-black text-brandRed">ग्रामीण\</span> &#x20; \</div> &#x20; \<p class="text-gray-400 leading-relaxed"> &#x20; जबलपुर, पाटन, मझौली, कटंगी, सिहोरा, शहपुरा, बेलखेड़ा और बरेला सहित संपूर्ण मध्य प्रदेश की प्रामाणिक डिजिटल पत्रकारिता। &#x20; \</p> &#x20; \</div> &#x20; \<div> &#x20; \<h4 class="text-white font-bold mb-2">कवरेज अंचल\</h4> &#x20; \<p class="text-gray-400 leading-loose">पाटन • मझौली • कटंगी • सिहोरा • शहपुरा • बेलखेड़ा • बरेला • जबलपुर\</p> &#x20; \</div> &#x20; \<div> &#x20; \<h4 class="text-white font-bold mb-2">संपादकीय नीतियां\</h4> &#x20; \<ul class="space-y-1.5 text-gray-400"> &#x20; \<li>\<a href="#" class="hover:text-white">तथ्य जांच (Fact Check)\</a>\</li> &#x20; \<li>\<a href="#" class="hover:text-white">गोपनीयता नीति\</a>\</li> &#x20; \<li>\<a href="#" class="hover:text-white">शिकायत निवारण\</a>\</li> &#x20; \</ul> &#x20; \</div> &#x20; \<div> &#x20; \<h4 class="text-white font-bold mb-2">संपर्क\</h4> &#x20; \<p class="text-gray-400">न्यूज़रूम: editor\@khabargramin.in\<br/>विज्ञापन: advertise\@khabargramin.in\</p> &#x20; \</div> &#x20; \</div> &#x20; \<div class="max-w-7xl mx-auto px-4 pt-4 border-t border-gray-800 text-center text-gray-500"> &#x20; © 2026 खबर ग्रामीण (Khabar Gramin). सर्वाधिकार सुरक्षित। &#x20; \</div> &#x20; \</footer> &#x20; \<!-- ================= LOGIC & INTERACTION SCRIPT ================= --> &#x20; \<script> &#x20; const newsData = [ &#x20; { id: 1, tehsil: 'patan', location: 'पाटन', title: 'इंद्राणा मार्ग की खस्ताहाली से नाराज़ ग्रामीणों ने एसडीएम को सौंपा ज्ञापन', category: 'ग्रामीण विकास', reporter: 'अमित पटेल' }, &#x20; { id: 2, tehsil: 'majholi', location: 'मझौली', title: 'सिहोरा मार्ग पर मोड़ के पास अनियंत्रित होकर पलटा वाहन, 2 घायल', category: 'हादसा', reporter: 'दिनेश यादव' }, &#x20; { id: 3, tehsil: 'katangi', location: 'कटंगी', title: 'उपार्जन केंद्र पर बारदाने का संकट, ट्रॉलियों की लंबी कतारों में रात गुजार रहे किसान', category: 'कृषि', reporter: 'राजेश लोधी' }, &#x20; { id: 4, tehsil: 'sihora', location: 'सिहोरा', title: 'सीएम राइज स्कूल में आधुनिक विज्ञान प्रयोगशाला और लाइब्रेरी का लोकार्पण', category: 'शिक्षा', reporter: 'प्रमोद तिवारी' }, &#x20; { id: 5, tehsil: 'shahpura', location: 'शहपुरा', title: 'नल-जल योजना की पाइपलाइन फटने से 5 वार्डों में गहराया पेयजल संकट', category: 'जनसमस्या', reporter: 'अमित पटेल' }, &#x20; { id: 6, tehsil: 'belkheda', location: 'बेलखेड़ा', title: 'नर्मदा किनारे अवैध रेत उत्खनन पर खनिज विभाग का छापा, 4 वाहन ज़ब्त', category: 'ग्राउंड रिपोर्ट', reporter: 'सुखदेव राजपूत' }, &#x20; { id: 7, tehsil: 'barela', location: 'बरेला', title: 'महिला स्व-सहायता समूह ने जैविक खाद निर्माण में बनाया कीर्तिमान', category: 'सफलता', reporter: 'अमित पटेल' }, &#x20; { id: 8, tehsil: 'jabalpur', location: 'जबलपुर', title: 'बरगी बांध के 5 गेट खोले गए, नर्मदा तटों पर अलर्ट जारी', category: 'प्रशासन', reporter: 'सुखदेव राजपूत' } &#x20; ]; &#x20; function renderTehsil(tehsilKey, btn) { &#x20; if (btn) { &#x20; document.querySelectorAll('.tehsil-btn').forEach(b => { &#x20; b.className = 'tehsil-btn px-3 py-1.5 rounded bg-white text-gray-700 border hover:bg-gray-100'; &#x20; }); &#x20; btn.className = 'tehsil-btn px-3 py-1.5 rounded bg-brandRed text-white'; &#x20; } &#x20; const grid = document.getElementById('tehsil-grid'); &#x20; const filtered = tehsilKey === 'all' ? newsData : newsData.filter(n => n.tehsil === tehsilKey); &#x20; if (filtered.length === 0) { &#x20; grid.innerHTML = '\<div class="col-span-4 text-center py-6 text-gray-500 text-xs">इस क्षेत्र से अभी कोई नई खबर नहीं है।\</div>'; &#x20; return; &#x20; } &#x20; grid.innerHTML = filtered.map(item => \` &#x20; \<article class="bg-white border rounded p-3 flex flex-col justify-between hover:border-brandRed transition shadow-sm"> &#x20; \<div> &#x20; \<span class="text-[10px] font-bold bg-darkCharcoal text-white px-1.5 py-0.5 rounded">${item.location}\</span> &#x20; \<span class="text-[10px] text-brandRed font-bold uppercase ml-1">${item.category}\</span> &#x20; \<h3 class="text-xs font-bold text-gray-900 mt-2 line-clamp-2 leading-snug">${item.title}\</h3> &#x20; \</div> &#x20; \<div class="mt-3 pt-2 border-t flex justify-between text-[10px] text-gray-500"> &#x20; \<span>रिपोर्टर: ${item.reporter}\</span> &#x20; \<span class="text-brandRed font-bold cursor-pointer">पढ़ें →\</span> &#x20; \</div> &#x20; \</article> &#x20; \`).join(''); &#x20; if (window\.lucide) lucide.createIcons(); &#x20; } &#x20; function handleCitizenSubmit(e) { &#x20; e.preventDefault(); &#x20; alert("आपकी खबर खबर ग्रामीण संपादकीय डेस्क को सफलतापूर्वक प्राप्त हो गई है। सत्यापन उपरांत इसे प्रकाशित किया जाएगा।"); &#x20; e.target.reset(); &#x20; } &#x20; document.addEventListener('DOMContentLoaded', () => { &#x20; renderTehsil('all'); &#x20; if (window\.lucide) lucide.createIcons(); &#x20; }); &#x20; \</script> \</body> \</html>
Landing Page
This ad does not have a landing page available
Network Timeline
Performance Summary

7

Requests

1

Domains

34KB

Transfer Size

35KB

Content Size

697.0ms

Dom Content Loaded

504.0ms

First Paint

699.0ms

Load Time
Domain Breakdown
Transfer Size (bytes)
Loading...
Content Size (bytes)
Loading...
Header Size (bytes)
Loading...
Requests
Loading...
Timings (ms)
Loading...
Total Time
Loading...
Content Breakdown
Transfer Size (bytes)
Loading...
Content Size (bytes)
Loading...
Header Size (bytes)
Loading...
Requests
Loading...