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="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Happy Birthday Pihu ❀️</title> <style> *{margin:0;padding:0;box-sizing:border-box;} body{ font-family:Arial,sans-serif; background:linear-gradient(135deg,#ff416c,#ff4b2b,#8e44ad); overflow:hidden; text-align:center; color:white; } .container{ margin-top:20px; animation:fade 2s; } img{ width:220px; height:220px; border-radius:50%; border:6px solid gold; box-shadow:0 0 30px white; object-fit:cover; } h1{ font-size:45px; margin-top:20px; text-shadow:0 0 20px yellow; } p{ font-size:22px; margin:20px; line-height:1.6; } button{ padding:15px 35px; font-size:22px; border:none; border-radius:40px; background:gold; color:#b30059; font-weight:bold; cursor:pointer; } button:hover{ transform:scale(1.1); } @keyframes fade{ from{opacity:0;transform:scale(.5);} to{opacity:1;transform:scale(1);} } .heart{ position:absolute; font-size:30px; animation:fall 6s linear infinite; } @keyframes fall{ 0%{transform:translateY(-100px);} 100%{transform:translateY(110vh);} } </style> </head> <body> <div class="container"> <img src="pihu.jpg"> <h1>πŸŽ‚ Happy Birthday Pihu πŸŽ‚</h1> <p> πŸ’– Dear Pihu Didi πŸ’–<br><br> May your life always be filled with happiness, success, love and endless smiles.<br><br> ✨ Stay Blessed ✨<br> ❀️ Happy Birthday ❀️ </p> <button onclick="gift()">🎁 Open Surprise</button> <audio id="music" autoplay loop> <source src="birthday.mp3" type="audio/mpeg"> </audio> </div> <script> for(let i=0;i<80;i++){ let h=document.createElement("div"); h.className="heart"; h.innerHTML=["πŸ’–","🌸","🎈","✨"][Math.floor(Math.random()*4)]; h.style.left=Math.random()*100+"vw"; h.style.animationDuration=(3+Math.random()*5)+"s"; document.body.appendChild(h); } function gift(){ alert("πŸŽ‰ Happy Birthday Pihu Didi ❀️\nMay all your dreams come true.\nGod Bless You Always! πŸŒΉπŸŽ‚"); } </script> </body> </html>
Landing Page
This ad does not have a landing page available
Network Timeline
Performance Summary

3

Requests

1

Domains

3KB

Transfer Size

3KB

Content Size

146.0ms

Dom Content Loaded

396.0ms

First Paint

377.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...