Jump to content

Main Page: Difference between revisions

From A Modern Way To Be Known
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
<html>
<div class="bw-hero">
<div class="bw-hero">
     <div class="bw-hero-inner">
     <h1 class="bw-welcome">Welcome to <span class="bw-brand">Bharat Wiki</span></h1>
        <h1 class="bw-title">Bharat Wiki</h1>
    <p class="bw-tagline">The People's encyclopedia that anyone can publish.</p>
        <p class="bw-subtitle">A free knowledge platform about the history, culture, people and places of Bharat.</p>


        <form action="/index.php" method="get" class="bw-search-form">
    <!-- SEARCH BAR -->
            <input type="search" name="search" placeholder="Search Bharat Wiki..." class="bw-search-input">
    <form action="/index.php" method="get" class="bw-search-form">
            <button type="submit" class="bw-search-btn">Search</button>
        <input  
        </form>
            type="search"  
    </div>
            name="search"  
            placeholder="Search articles..."  
            class="bw-search-input"
        >
        <button type="submit" class="bw-search-btn">Search</button>
    </form>
</div>
</div>
<div class="bw-section bw-cards">
    <h2>Explore Bharat</h2>
    <div class="bw-card-grid">
        <a class="bw-card" href="/History_of_India">History</a>
        <a class="bw-card" href="/Culture_of_India">Culture</a>
        <a class="bw-card" href="/Geography_of_India">Places</a>
        <a class="bw-card" href="/Government_of_India">Government</a>
        <a class="bw-card" href="/Economy_of_India">Economy</a>
        <a class="bw-card" href="/Festivals_of_India">Festivals</a>
    </div>
</div>
</html>

Revision as of 05:01, 8 December 2025

Welcome to Bharat Wiki

The People's encyclopedia that anyone can publish.

   <form action="/index.php" method="get" class="bw-search-form">
       <input 
           type="search" 
           name="search" 
           placeholder="Search articles..." 
           class="bw-search-input"
       >
       <button type="submit" class="bw-search-btn">Search</button>
   </form>