Skip to content

Shree Radha Bhojnalaya #939

@sureshranasureshrana946-byte

Description

<title>Shree Radha Bhojnalaya</title> <style> body{ margin:0; font-family: Arial, sans-serif; background:#f2e6ff; } /* LOADING SCREEN */ #loader{ position:fixed; width:100%; height:100%; background:#6a1b9a; color:white; display:flex; justify-content:center; align-items:center; flex-direction:column; z-index:9999; } #loader h1{ animation:zoom 2s ease-in-out; } @Keyframes zoom{ from{transform:scale(0);} to{transform:scale(1);} } /* HEADER */ header{ background:#7b1fa2; color:white; padding:20px; text-align:center; } /* TRUST LINE */ .trust{ background:#ede7f6; padding:15px; text-align:center; font-weight:bold; } /* LAYOUT */ .container{ display:flex; } /* OFFERS */ .offers{ width:20%; background:#d1c4e9; padding:15px; } .offers h3{ text-align:center; } /* MAIN */ .main{ width:80%; padding:20px; } /* MENU */ .menu{ display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:15px; } .card{ background:white; padding:15px; border-radius:10px; box-shadow:0 0 10px rgba(0,0,0,0.1); } /* VIDEO */ .video{ margin:30px 0; text-align:center; } /* BONUS */ .bonus{ background:#fff3cd; padding:20px; border-radius:10px; } /* FOOTER */ footer{ background:#7b1fa2; color:white; text-align:center; padding:10px; } </style>

🙏 Shree Radha Bhojnalaya ❤️

Pure Veg | Quality Food

Shree Radha Bhojnalaya ❤️

Pure Veg Hotel

🌸 You can trust us – Shuddh, Swachh aur Swadisht Pure Veg Bhojan 🌸
<!-- OFFERS -->
<div class="offers">
    <h3>🔥 Offers</h3>
    <p>Sabhi food items par special discount 🎉</p>
    <p>Daily fresh food</p>
    <p>Best price guarantee</p>
</div>

<!-- MAIN -->
<div class="main">

    <h2>🍽️ Our Menu (₹100 – ₹900)</h2>
    <div class="menu">
        <div class="card">Dal Tadka – ₹150</div>
        <div class="card">Paneer Butter Masala – ₹250</div>
        <div class="card">Veg Thali – ₹200</div>
        <div class="card">Special Thali – ₹350</div>
        <div class="card">Jeera Rice – ₹120</div>
        <div class="card">Butter Roti – ₹20</div>
    </div>

    <!-- VIDEO -->
    <div class="video">
        <h2>👨‍🍳 Food Making Video</h2>
        <iframe width="80%" height="315"
        src="https://www.youtube.com/embed/VIDEO_ID"
        frameborder="0" allowfullscreen></iframe>
        <p>Scroll karo aur hamare khane ki quality dekho 😋</p>
    </div>

    <!-- BONUS -->
    <div class="bonus">
        <h2>🎁 Bonus Points System</h2>
        <p>✔ ₹600 se upar order → <b>100 points FREE</b></p>
        <p>✔ 600 points hone par → <b>6 items me se koi 1 FREE</b></p>
        <p>(Low price food items)</p>
    </div>

    <h3>📍 Location</h3>
    <p>Location yaha add ki jayegi (baad me update kar sakte ho)</p>

</div>
© 2026 Shree Radha Bhojnalaya | Pure Veg <script> setTimeout(()=>{ document.getElementById("loader").style.display="none"; },2500); </script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions