<!--
--  Uploaded on : https://haxor.my.id/open/riyad.html
--  Official Web : https://prinsh.com
--  script-deface-generator.prinsh.com
-->
<!DOCTYPE html>
<html lang="bn">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>ঈদ মোবারক</title>
  <style>
    body {
      font-family: 'Arial', sans-serif;
      background-color: #000000; /* কালো ব্যাকগ্রাউন্ড */
      color: #ffffff; /* সাদা টেক্সট */
      text-align: center;
      padding: 50px;
    }
    h1 {
      font-size: 4em;
      color: #ff6347;
      text-shadow: 0 0 10px #ff6347, 0 0 20px #ff6347, 0 0 30px #ff6347, 0 0 40px #ff6347;
    }
    .marquee {
      font-size: 1.5em;
      color: #32cd32;
      margin-top: 20px;
      margin-bottom: 20px;
      text-shadow: 0 0 5px #32cd32, 0 0 10px #32cd32;
    }
    .highlight {
      font-size: 1.2em;
      color: #1e90ff;
      font-weight: bold;
      text-shadow: 0 0 5px #1e90ff, 0 0 10px #1e90ff;
    }
    .emoji {
      font-size: 2em;
    }
    .footer {
      margin-top: 30px;
      font-size: 1.5em;
      color: #8a2be2;
      text-shadow: 0 0 5px #8a2be2, 0 0 10px #8a2be2;
    }
    .channel-container {
      margin-top: 30px;
      text-align: center;
    }
    .join-button {
      margin-top: 20px;
      padding: 10px 20px;
      font-size: 1.2em;
      color: #ffffff;
      background-color: #32cd32;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      text-shadow: 0 0 5px #32cd32, 0 0 10px #32cd32;
    }
    .join-button:hover {
      background-color: #28a745;
    }
  </style>
</head>
<body>
  <h1>ঈদ মোবারক! 🌙✨</h1>
  <div class="marquee">
    <marquee behavior="scroll" direction="left" scrollamount="5">
      ঈদের এই শুভক্ষণে সবাইকে জানাই আন্তরিক শুভেচ্ছা ও মোবারকবাদ! 🎉🌙
    </marquee>
  </div>
  <p class="highlight">ঈদ উপলক্ষে HACKING WORLD</p>
  <p class="emoji">😊🌙✨</p>
  <div class="channel-container">
    <p>আমাদের টেলিগ্রাম চ্যানেল :</p>
    <a href="https://t.me/THE_OFFICIAL_HACKING_WORLD" target="_blank">
      <button class="join-button">যোগ দিন</button>
    </a>
  </div>
  <div class="footer">
    &copy; 2025 HACKING WORLD. All rights reserved.
  </div>
</body>
</html>