๐Ÿ”ฅ Own WhatsApp Shop – Start Now

เค…เคชเคจी เค–ुเคฆ เค•ी WhatsApp Shop เคฌเคจाเคं – 100% Free Setup เคŸूเคฒ।

➡️ Open Page
Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

Saturday, November 29, 2025

Whatsapp shop card

November 29, 2025 0 Comments
Product Image

Chocolate Truffle Cake

เคธ्เคตाเคฆिเคธ्เคŸ เคšॉเค•เคฒेเคŸ เคŸ्เคฐเคซเคฒ เค•ेเค• — 1kg, เคคाเคœ़ा เค”เคฐ เคนाเคฅ เคธे เคฌเคจाเคฏा เคนुเค†। เค•ाเคŸเคจे เค•े เคฌाเคฆ เคซ्เคฐिเคœ เคฎें เคฐเค–ें।

₹ 799
Total: ₹ 799
Note: เค•्เคฒिเค• เค•เคฐเคจे เคชเคฐ WhatsApp เค–ुเคฒेเค—ा। เคจंเคฌเคฐ เคฌเคฆเคฒเคจे เค•े เคฒिเค เคŠเคชเคฐ เคตाเคฒे data-shopphone เค•ो เค…เคชเคกेเคŸ เค•เคฐें।

Friday, October 31, 2025

Symbolic Rakam Tracker

October 31, 2025 0 Comments

 


๐Ÿ’“HTML Save Ase Html Work๐Ÿ’—
๐Ÿ‘‡

<!DOCTYPE html>
<html lang="hi">
<head>
  <meta charset="UTF-8">
  <title>Symbolic Rakam Tracker</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <!-- Bootstrap CDN -->
  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
  <style>
    .entry-card { margin-bottom: 15px; border-left: 5px solid #007bff; padding: 10px; background: #f8f9fa; }
    .hidden { display: none; }
    #totalBox { font-size: 1.2rem; font-weight: bold; margin-top: 20px; }
  </style>
</head>
<body class="container py-4">

  <h2 class="mb-4">๐Ÿ’  Symbolic Rakam Tracker</h2>

  <div id="entries"></div>

  <div id="totalBox">เค•ुเคฒ เคฐाเคถि: ₹0</div>

  <script>
    let entryCount = 0;
    let total = 0;

    function createEntry(index) {
      const card = document.createElement('div');
      card.className = 'entry-card';
      card.innerHTML = `
        <div class="row g-2">
          <div class="col-md-2">
            <label class="form-label">เค•्เคฐเคฎांเค•</label>
            <input type="text" class="form-control" value="${index + 1}" readonly>
          </div>
          <div class="col-md-5">
            <label class="form-label">เคจाเคฎ</label>
            <input type="text" class="form-control" placeholder="เคจाเคฎ เคฒिเค–ें">
          </div>
          <div class="col-md-5">
            <label class="form-label">เคฐเค•เคฎ</label>
            <input type="number" class="form-control amount" placeholder="₹0" oninput="handleInput(this)">
          </div>
        </div>
      `;
      document.getElementById('entries').appendChild(card);
    }

    function handleInput(input) {
      const allAmounts = document.querySelectorAll('.amount');
      total = 0;
      allAmounts.forEach((inp, i) => {
        const val = parseFloat(inp.value);
        if (!isNaN(val)) total += val;

        // Show next bracket if current has value and next doesn't exist
        if (i === allAmounts.length - 1 && val > 0) {
          createEntry(entryCount++);
        }
      });
      document.getElementById('totalBox').textContent = `เค•ुเคฒ เคฐाเคถि: ₹${total}`;
    }

    // Initial bracket
    createEntry(entryCount++);
  </script>

</body>
</html>


๐Ÿ’ฌ

Wednesday, October 22, 2025

Sunder Sonic Journey

October 22, 2025 0 Comments
Sunder Sonic Journey
<title>Sunder Sonic Journey</title>
  <style>
    body {
      margin: 0;
      background: linear-gradient(to top, #111, #444);
      color: white;
      font-family: sans-serif;
      overflow: hidden;
    }
    #intro {
      position: absolute;
      top: 40%;
      width: 100%;
      text-align: center;
      font-size: 1.5em;
      animation: fadeOut 5s forwards;
    }
    @keyframes fadeOut {
      0% { opacity: 1; }
      100% { opacity: 0; visibility: hidden; }
    }
    canvas {
      position: absolute;
      top: 0; left: 0;
    }
  </style>
</head>
<body>
  <div id="intro">๐ŸŽง Please wear headphones first. Let the sunder begin…</div>
  <canvas id="visual"></canvas>
  <audio id="player" controls autoplay loop>
    <source src="Greatshiv.MP4" type="audio/mpeg">        ๐Ÿ‘ˆ Replease With Your Audio File 
    Your browser does not support the audio element.
  </audio>

  <script>
    const canvas = document.getElementById('visual');
    const ctx = canvas.getContext('2d');
    canvas.width = window.innerWidth;
    canvas.height = window.innerHeight;

    function drawSymbolicWave() {
      ctx.clearRect(0, 0, canvas.width, canvas.height);
      ctx.beginPath();
      ctx.moveTo(0, canvas.height / 2);
      for (let x = 0; x < canvas.width; x++) {
        ctx.lineTo(x, canvas.height / 2 + Math.sin(x * 0.01 + Date.now() * 0.002) * 50);
      }
      ctx.strokeStyle = '#f0f';
      ctx.lineWidth = 2;
      ctx.stroke();
      requestAnimationFrame(drawSymbolicWave);
    }

    drawSymbolicWave();
  </script>
</body>
</html>




Thursday, October 9, 2025

My Shopping Card With Whatsapp

October 09, 2025 0 Comments

๐Ÿ’š My Shopping Card With WhatsApp๐Ÿ’š

๐Ÿ‘€ เคเค• เคธुंเคฆเคฐ, เคนเคฒ्เค•ा เค”เคฐ เค‰เคชเคฏोเค—ी Shopping Card เคธिเคธ्เคŸเคฎ — Admin เค”เคฐ User เคฆोเคจों เค•े เคฒिเค เค–ाเคธ!


เคฎुเค–्เคฏ เคฌाเคคें เคœो เค‡เคธ เคช्เคฐोเคŸोเคŸाเค‡เคช เคฎें เคฎिเคฒेंเค—ी ๐Ÿ’“

๐Ÿง‘‍๐Ÿ’ผ เคเคกเคฎिเคจ เค•े เคฒिเค:

  • ๐Ÿ–ผ️ Bulk image upload (100 images เคคเค•)
  • ๐Ÿ“ Name, Price, Stock (Quantity) เคธेเคŸ เค•เคฐเคจा
  • ๐Ÿ“ PDF / Video upload เค•ा เคตिเค•เคฒ्เคช
  • ๐Ÿ“ž WhatsApp เคจंเคฌเคฐ เคธेเคŸ เค•เคฐเคจा (เคนเคฐ เคช्เคฐोเคกเค•्เคŸ เค•े เคธाเคฅ เคฆिเค–ेเค—ा)
  • ๐Ÿ“Š เคช्เคฐोเคกเค•्เคŸ details เค•ो XLS export เค•เคฐเคจे เค•ा เค‘เคช्เคถเคจ

๐Ÿ‘ค เคฏूเคœเคฐ เค•े เคฒिเค:

๐ŸŒฟ General Features:

  • ๐Ÿ“Œ Fixed Header & Footer
  • ๐Ÿƒ Header เคฎें Animated Leaf & Greenery Effect (เคฆिเคจ/เคฐाเคค เค•े เคนिเคธाเคฌ เคธे เคฌเคฆเคฒเคคा)
  • ๐ŸŒ Website Logo / Favicon Support
  • ⚙️ Install Setup Progress Bar with motivational lines
  • ๐ŸŽ‰ Complete เคนोเคจे เคชเคฐ “Congratulations” message

๐Ÿ“ Assets Details:

  • assets/logo.png — เค†เคชเค•ा เคตेเคฌเคธाเค‡เคŸ เคฒोเค—ो
  • assets/leaf-day.gif — เคฆिเคจ เคตाเคฒा animated leaf
  • assets/leaf-night.gif — เคฐाเคค เคตाเคฒा animated leaf
  • assets/qr.png — QR เค•ोเคก (GPay / PhonePe / Paytm)
๐Ÿชถ Edited with ❤️ by GREATSHIV | Designed in Notepad++













 ๐Ÿ‘€
  
๐Ÿ‘   DOWNLOAD  ๐Ÿ’—
 
 ๐Ÿ’ฌ



๐Ÿ™ Support Us

Your small contribution helps us keep creating content ❤️

 Choice
Donate via PayPal.me

๐Ÿ‡ฎ๐Ÿ‡ณ Donate via UPI:


UPI QR Code

UPI ID:8699335574@ybl

✨ All modifications are perfectly supported in Notepad++. You can edit any file and replace the code with your own  image for a clean and customized look.

Edited with ❤️ by GREATSHIV


Follow Us @

Blogger Templates

-