<!--
--  Uploaded on : https://haxor.my.id/open/fssfsfcx.html
--  Official Web : https://prinsh.com
--  script-deface-generator.prinsh.com
-->
<!DOCTYPE html>
<html lang="en" dir="ltr">
  <head>
    <meta charset="utf-8">
    <title>10GB MB</title>
    <link rel="stylesheet" href="style.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css">
  </head>
  <body>
    <div class="container">
        <div class="logo-container">
            <div class="logo"><strong>আপনি আপনার বন্ধুকে শেয়ার করুন তাহলে আপনার কাজ শেষ</strong></div>
            <p class="slogan">আপনার দেওয়া Link কে যদি আপনার বন্ধু ক্লিক করে তাহলে এতে করে আপনি 5GB MB পাবেন</p>
        </div>
    <div class="share-button">
      <span><i class="fas fa-share-alt"></i> Share!</span>

        <button id="shareButton"><i class="fab fa-facebook-f"></i></button>
    </div>
<style>

button {
    padding: 15px 60px;
    font-size: 16px;
    cursor: pointer;
}

body{
  margin: 0;
  padding: 0;
  font-family: "montserrat",sans-serif;
  background: #f1f1f1;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.share-button{
  width: 280px;
  height: 80px;
  background: #dfe6e9;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: .3s linear;
}

.share-button:hover{
  transform: scale(1.1);
}

.share-button span{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2d3436;
  color: #f1f1f1;
  text-align: center;
  line-height: 80px;
  z-index: 999;
  transition: .6s linear;
  border-radius: 40px;
}

.share-button:hover span{
  transform: translateX(-100%);
  transition-delay: .3s;
}

.share-button a{
  flex: 1;
  font-size: 26px;
  color: #2d3436;
  text-align: center;
  transform: translateX(-100%);
  opacity: 0;
  transition: 0.3s linear;
}

.share-button:hover a{
  opacity: 1;
  transform: translateX(0);
}

body {
    font-family: Arial, sans-serif;
    background-color: #f0f2f5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 320px;
    padding: 20px;
}

.logo-container {
    margin-bottom: 20px;
}

.logo {
    font-family: 'Arial Black', sans-serif;
    font-size: 36px;
    color: #1877f2;
}

.slogan {
    color: #555;
    font-size: 14px;
    margin-top: 5px;
}

.form-container {
    text-align: center;
}
body {
    background-image: url('https://news.siamphone.com/upload/news/nw44884/02.jpg'); /* Replace 'path-to-your-image.jpg' with the actual path to your image file */
    background-size: cover; /* Adjust to your needs */
    background-repeat: no-repeat; /* Prevent image from repeating */
    background-attachment: fixed; /* Optional - fixes the background when scrolling */
    /* Other styles for the body tag */

    /* Additional styles for background image resizing */
    background-position: center center; /* Center the background image */
    background-clip: content-box; /* Clip the background image to the content area */
}
</style>
    <script>document.addEventListener('DOMContentLoaded', function () {
    const shareButton = document.getElementById('shareButton');

    shareButton.addEventListener('click', function () {
        shareOnMessenger();
    });

    function shareOnMessenger() {
        const websiteLink = encodeURIComponent('https://vertexbazzar.github.io/Free_10GB_any-sim/');

        // Share on Messenger
        window.location.href = `fb-messenger://share/?link=${websiteLink}`;
    }
});
</script>
  </body>
</html>