


<!doctype html>
<html amp lang="id">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1" />
  <title>SLOT777 - Situs Slot Online 2026 | Game Lengkap & Bonus Menarik!</title>
  <meta name="description" content="SLOT777 merupakan situs slot online 2026 yang menghadirkan pilihan game lengkap dari berbagai provider populer dengan akses cepat dan tampilan yang nyaman digunakan. Nikmati beragam permainan slot, promo member baru, bonus harian, cashback, serta layanan transaksi yang praktis untuk memberikan pengalaman bermain yang lebih mudah dan menyenangkan." />
  <meta name="robots" content="index,follow" />
  <link rel="canonical" href="https://international.uel.edu.vn/" />
  <link rel="icon" href="https://cdn.zonawd.vip/images/zcdn_20260902_100911_519bc6d54e50e5d2dc705301.png" />
  <script async src="https://cdn.ampproject.org/v0.js"></script>
  <style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style>
  <noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<style amp-custom>
  :root { color-scheme: dark; }

  * {
    box-sizing: border-box;
  }

body {
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    background:
        linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
        radial-gradient(600px 300px at 10% 10%, rgba(255, 255, 255, 0.02), transparent 60%),
        radial-gradient(600px 300px at 90% 40%, rgba(255, 255, 255, 0.02), transparent 60%),
        url('https://cdn.zonawd.vip/images/zcdn_20260902_095854_9edb42282ad36db350d62a21.png') no-repeat center/cover,
        #050608;
    color: #f4f6ff;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    padding: 16px 12px 26px;
}

  .wrap {
    width: 100%;
    max-width: 420px;
  }

  .card {
    background: rgb(230 221 173 / 12%);
    border: 1px solid rgb(225 0 255 / 53%);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgb(220 0 255 / 42%);
    overflow: hidden;
  }

  .head {
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: rgba(0, 0, 0, .25);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .logo {
    width: 100px;
    height: 40px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .04);
    flex: 0 0 auto;
  }

  .meta {
    min-width: 0;
  }

  .meta .name {
    font-weight: 900;
    font-size: 13.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .meta .tag {
    margin-top: 3px;
    font-size: 11px;
    color: rgba(255, 255, 255, .70);
  }

  /* GOLD → MAGENTA */
  .pill {
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(90deg, #ff28d7, #a000ad);
    text-decoration: none;
  }

  .hero {
    position: relative;
  }

  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, .55) 100%
    );
    pointer-events: none;
  }

  .body {
    padding: 14px;
  }

  h1 {
    margin: 0;
    font-size: 18px;
    line-height: 1.25;
    text-align: center;
  }

  .cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
    padding: 0 14px;
  }

  a.btn {
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: #333;
  }

  /* GOLD → MAGENTA */
  a.btn.primary {
    background: linear-gradient(90deg, #ff28d7, #a000ad);
    box-shadow: 0 14px 30px rgba(225, 0, 255, .45);
  }

  a.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    width: 50px;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    transform: skewX(-25deg);
    animation: shine 2s linear infinite;
  }

  @keyframes shine {
    0% {
      left: -70px;
    }

    100% {
      left: 130%;
    }
  }

  /* GOLD → MAGENTA */
  .trust {
    margin-top: 12px;
    display: grid;
    gap: 8px;
    padding: 12px;
    border-radius: 14px;
    background: rgb(250 237 135 / 8%);
    border: 1px solid rgb(235 80 255 / 46%);
  }

  .row {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(255, 255, 255, .78);
    border-bottom: 1px dashed rgba(255, 255, 255, .10);
    padding-bottom: 8px;
  }

  .row:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .row b {
    color: #fff;
  }

  .foot {
    padding: 14px;
    text-align: center;
    font-size: 11.5px;
    color: rgba(255, 255, 255, .60);
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: rgba(0, 0, 0, .20);
  }
</style>
</head>
<body>
  <main class="wrap">
    <section class="card">
      <header class="head">
        <div class="brand">
          <div class="logo">
            <amp-img src="https://cdn.zonawd.vip/images/zcdn_20260902_101158_e0e4a939070f5a0221a30253.png" width="100" height="40" layout="responsive" alt="Logo SLOT777"></amp-img>
          </div>
          <div class="meta">
            <div class="name">SLOT777</div>
            <div class="tag">Togel Online</div>
          </div>
        </div>
        <a class="pill" href="https://aksesvip-5st.pages.dev/" target="_blank">LOGIN</a>
      </header>

      <div class="hero">
        <amp-img src="https://cdn.zonawd.vip/images/zcdn_20260902_095854_9edb42282ad36db350d62a21.png" width="800" height="800" layout="responsive" alt="SLOT777"></amp-img>
      </div>

      <div class="cta">
        <a class="btn primary" href="https://aksesvip-5st.pages.dev/" target="_blank">LOGIN</a>
        <a class="btn" href="https://aksesvip-5st.pages.dev/" target="_blank">DAFTAR</a>
      </div>

    <div class="body">
  <h1>Informasi Situs Terpercaya No.1 Di Asia</h1>
  <div class="trust">
    <div class="row"><span>Nama SItus:</span>
    <b>SLOT777</b>
  </div>
    <div class="row"><span>Jenis Permainan:</span>
      <b>Togel Online</b>
    </div>
    <div class="row"><span>Minimal Betting:</span>
      <b>Rp 100</b>
    </div>
    <div class="row"><span>Minimal Deposit:</span>
      <b>Rp 10.000</b>
    </div>
    <div class="row"><span>Minimal Withdraw:</span>
      <b>Rp 50.000</b>
    </div>
  </div>
</div>

      <footer class="foot">
        © 2026 SLOT777. All rights reserved | Seo X I N
      </footer>
    </section>
  </main>
</body>
</html>