/home/ejrndhmu/tokobiolink.com/index.html
<!DOCTYPE html>
<html lang="id">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width,initial-scale=1" />
  <title>amirexsploit@gmail.com</title>
  <meta name="description" content="xXx HECKER BY AMIRXPLOIT xXx" />
  <meta name="keywords" content="amirxploit @ghostmarket" />
  <!-- Ganti dengan URL favicon jika ada -->
  <link rel="icon" type="image/jpg" href="https://i.ibb.co.com/tPqKLbHx/photo-2025-09-25-11-09-32.jpg" />

  <!-- Font -->
  <link rel="preconnect" href="https://fonts.googleapis.com"/>
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Martian+Mono:wght@300&family=Roboto+Condensed:ital,wght@1,300&display=swap" rel="stylesheet"/>

  <style>
    body{
      margin:0;
      background:#000;
      color:#fff;
      font-family: "Martian Mono", monospace;
      min-height:100vh;
      display:flex;
      align-items:center;
      justify-content:center;
      text-align:center;
    }
    .container{
      max-width:900px;
      padding:20px;
    }
    img.logo{
      width:240px;
      height:auto;
      border-radius:50%;
      box-shadow:0 8px 30px rgba(0,0,0,0.6);
      display:block;
      margin:0 auto 20px;
    }
    h1{ margin:0 0 8px; font-size:34px; }
    .highlight{ color:red; }
    .note{ color:#fff; opacity:0.9; margin-top:12px; }

    /* Tombol Telegram mengambang (fixed) */
    .tg-btn{
      position:fixed;
      right:18px;
      bottom:18px;
      background:linear-gradient(135deg,#0088cc,#2ab8ff);
      color:#fff;
      padding:12px 14px;
      border-radius:999px;
      box-shadow:0 6px 20px rgba(42,184,255,0.18);
      display:flex;
      gap:10px;
      align-items:center;
      text-decoration:none;
      font-weight:600;
      z-index:9999;
      transition:transform .12s ease;
    }
    .tg-btn:hover{ transform:translateY(-4px); }

    .tg-btn img{ width:26px; height:26px; border-radius:6px; display:block; }

    /* Responsive */
    @media(max-width:480px){
      h1{ font-size:24px; }
      img.logo{ width:160px; }
      .tg-btn{ padding:10px 12px; right:12px; bottom:12px; }
    }
  </style>
</head>
<body>
  <div class="container">
    <!-- Ganti URL_LOGO_PNG dengan URL gambar logo bulat PNG yang sudah kamu upload -->
    <img class="logo" src="https://i.ibb.co.com/tPqKLbHx/photo-2025-09-25-11-09-32.jpg" alt="Ghost Market Logo">

    <h1><span class="highlight"></span></h1>

    <p class="note">
      HI ADMIN<br>
      Your WebSite is Down
    </p>

    <p style="color:#ff5555; margin-top:18px; font-size:14px;">
      - Touch By -<br>
      <span style="color:#ffffff; font-size:13px;">Ghost MArket</span>
    </p>
  </div>

  <!-- Tombol Telegram: ganti YOUR_TELEGRAM_USERNAME -->
  <!-- Dua opsi: 
       1) web link (bekerja di desktop & mobile): https://t.me/TheRealGhost_id
       2) native app (lebih cepat di mobile): https://t.me/TheRealGhost_id
       Aku gabungkan ke href jadi fallback ke https://t.me/ -->
  <a class="tg-btn" href="https://t.me/TheRealGhost_id" target="_blank" rel="noopener noreferrer">
    <img src="https://cdn-icons-png.flaticon.com/512/2111/2111646.png" alt="Telegram">
    Hubungi via Telegram
  </a>
</body>
</html>