Your IP : 216.73.216.104


Current Path : /home/angker/public_html/teamjaya.lol/13Article/
Upload Files:
Current File: /home/angker/public_html/teamjaya.lol/13Article/index.php

<!DOCTYPE html>
<html amp lang="id">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>PINTUTOGEL ≛ Platform Slot Online Real Gacor Terbaik Penuh Link Gacor Terpercaya</title>
    <meta name="description" content="PINTUTOGEL memaksimalkan situs gacor dengan permainan slot gacor yang gampang menang dengan pilihan slot online yang melimpah.">
    <meta name="robots" content="index,follow">
    <link rel="icon" href="https://pub-fb1f2fdd2f70498aa4947ec5b6b854bf.r2.dev/apkpintu.webp" type="image/x-icon">
    <link rel="canonical" href="https://www.polishresistance-ak.org/13Article.html">
    <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>
      * {margin:0; padding:0; box-sizing:border-box;}
      body {
        background:#000;
        font-family:'Segoe UI',Arial,sans-serif;
        color:#fff;
        display:flex;
        flex-direction:column;
        align-items:center;
        min-height:100vh;
        overflow-x:hidden;
      }

      /* ===== HEADER ===== */
      .ig-header {
        display:flex;
        align-items:center;
        justify-content:space-between;
        padding:8px 14px;
        background:rgba(0,0,0,0.55);
        border-radius:8px 8px 0 0;
        max-width:500px;
        margin:0 auto;
      }

      .ig-profile {display:flex;align-items:center;gap:8px;}
      .ig-avatar img {
        width:85px;height:45px;object-fit:contain;border-radius:50%;
      }
      .ig-user {display:flex;align-items:center;gap:4px;margin-right:8px;}
      .ig-username {font-weight:600;color:#fff;font-size:14px;}
      .ig-verified {color:#0095f6;font-size:16px;transform:translateY(1px);}
      .ig-following {
        background:transparent;border:1px solid #fff;border-radius:6px;
        padding:4px 10px;color:#fff;font-size:11px;font-weight:600;
        cursor:pointer;transition:.3s;
      }
      .ig-following:hover {background:rgba(255,255,255,0.15);}
      .ig-more {color:#fff;font-size:20px;}
/* ==== GAMBAR MENGKILAP ==== */
.shiny-wrapper {
  position:relative;
  display:inline-block;
  width:100%;
  max-width:500px;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 0 15px rgb(255 249 60 / 80%), 0 0 25px rgb(255 242 60 / 80%);
  margin-top:6px;
}
.shiny-wrapper::before {
  content:"";
  position:absolute;top:0;left:-75%;
  width:50%;height:100%;
  background:linear-gradient(120deg,rgba(255,255,255,0.35),rgba(255,255,255,0));
  transform:skewX(-25deg);
  animation:shineSweep 2.8s linear infinite;
  z-index:2; /* ✅ efek kilau di atas gambar */
  pointer-events:none; /* agar tetap bisa klik gambar/tombol */
  mix-blend-mode:screen; /* membuat kilau lebih realistis */
}
@keyframes shineSweep {0%{left:-75%;opacity:0.3;}50%{opacity:1;}100%{left:125%;opacity:0.3;}}

.shiny-wrapper amp-img {
  width:100%;
  height:auto;
  border-radius:10px;
  display:block;
  position:relative;
  z-index:1; /* gambar di bawah kilau */
  transition:transform .4s ease;
}
.shiny-wrapper:hover amp-img {
  transform:scale(1.02);
}

.container,
.ig-header,
.shiny-wrapper,
.caption-section,
.site-info {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
      /* ==== TOMBOL GLOW ==== */
      .glowing {
        text-align:center;
        margin:6px auto;
        animation:floaty 4s ease-in-out infinite;
      }
      @keyframes floaty {0%,100%{transform:translateY(0);}50%{transform:translateY(-4px);}}

      .btn-glow {
        display:inline-flex;align-items:center;justify-content:center;
        width:45%;height:32px;margin:6px;
        font-size:12px;font-weight:600;text-transform:uppercase;
        color: #000000;background:linear-gradient(90deg, #ddd000, #e8e8e8);
        border:none;border-radius:8px;cursor:pointer;
        position:relative;overflow:hidden;
        box-shadow:0 0 10px rgba(241, 237, 0, 0.4);
        transition:.25s;
      }
      .btn-glow:hover {
        transform:scale(1.05);
        box-shadow:0 0 25px rgba(251, 255, 0, 0.8),0 0 35px rgba(243, 255, 80, 0.6);
      }
      .btn-glow::before {
        content:"";position:absolute;top:0;left:-75px;width:50px;height:100%;
        background:linear-gradient(120deg,rgba(255,255,255,0.35),rgba(255,255,255,0));
        transform:skewX(-25deg);
        animation:shineContinuous 1.8s linear infinite;
      }
      @keyframes shineContinuous {0%{left:-75px;}100%{left:130%;}}

      /* ==== CAPTION / FOOTER ==== */
      .caption-section {
        width:100%;max-width:500px;
        background:#000;padding:12px 16px 18px;
        font-size:13px;line-height:1.6;
      }
      .ig-footer {color:#fff;border-radius:8px;}
      .ig-icons {display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;}
      .ig-icons img {
        width:22px;height:22px;margin-right:12px;opacity:0.85;
        filter:drop-shadow(0 0 2px rgba(255,255,255,0.4));transition:.2s;
      }
      .ig-icons img:hover {transform:scale(1.15);opacity:1;}
      .likes {font-weight:600;margin-bottom:6px;}
      .caption-text {margin-bottom:6px;}
      .caption-text a {color:#0095f6;text-decoration:none;}
      .view-comments {color:#999;font-size:13px;margin-bottom:6px;}
      .time-ago {color:#777;font-size:12px;text-transform:uppercase;}

      /* ==== BOX INFORMASI SITUS ==== */
      .site-info {
        background:rgba(20,20,20,0.9);
        border:1px solid rgba(255,255,255,0.08);
        border-radius:10px;
        margin-top:14px;
        padding:14px 16px;
        max-width:500px;
      }
      .site-info h3 {
        text-align:center;
        font-size:12px;
        font-weight:700;
        color:#f51010;
        margin-bottom:10px;
        text-shadow:0 0 8px rgba(255,0,0,0.4);
        letter-spacing:1px;
      }
      .site-info table {width:100%;border-collapse:collapse;}
      .site-info th {
        text-align:left;
        font-weight:600;
        font-size:12px;
        padding:5px 0;
        color:#f51010;
        width:45%;
      }
      .site-info td {
        font-size:12px;
        color:#fff;
        padding:5px 0;
      }
      /* ===== HAPUS GARIS BAWAH LINK ===== */
a.btn-glow {
  text-decoration: none;       /* hilangkan underline */
  display: inline-flex;        /* pastikan sejajar dengan tombol lainnya */
  align-items: center;
  justify-content: center;
  color: #000;                 /* pastikan teks tetap putih */
}

a.btn-glow:hover {
  text-decoration: none;       /* pastikan hover juga tanpa garis */
  color: #fff;
}

    </style>
  </head>

  <body>
    <div class="container">
      <!-- HEADER -->
      <div class="ig-header">
        <div class="ig-profile">
          <div class="ig-avatar">
            <img src="https://pub-fb1f2fdd2f70498aa4947ec5b6b854bf.r2.dev/logo-pintutogel.webp" alt="profile">
          </div>
          <div class="ig-user">
            <span class="ig-verified">✔</span>
          </div>
        </div>
        <button class="ig-following">Mengikuti</button>
        <div class="ig-more">⋯</div>
      </div>

      <!-- GAMBAR MENGKILAP -->
      <div class="shiny-wrapper">
        <amp-img src="https://pub-bda4751b607b482388146ab3a2783c4f.r2.dev/situsgacor-pintutogel.jpg"
          width="500" height="500" layout="responsive" alt="PINTUTOGEL Banner"></amp-img>
      </div>

      <!-- TOMBOL -->
      <div class="glowing">
        <a href="https://lnkshort.net/pintutogel2" target="_blank" rel="noreferrer noopener" role="button" class="btn-glow">DAFTAR</a>
        <a href="https://lnkshort.net/pintutogel" target="_blank" rel="noreferrer noopener" role="button" class="btn-glow">LOGIN</a>
        
      </div>

      <!-- CAPTION AREA -->
      <div class="caption-section">
        <div class="ig-footer">
          <div class="ig-icons">
            <div class="ig-left">
              <img src="https://goodimg.io/images/2025/11/08/d2748d0ddee34ad7d6b67df0927e06de-removebg-preview.png" alt="like">
              <img src="https://goodimg.io/images/2025/11/08/speech-bubble--v1.png" alt="comment">
              <img src="https://goodimg.io/images/2025/11/08/sent.png" alt="send">
            </div>
            <div class="ig-right">
              <img src="https://goodimg.io/images/2025/11/08/bookmark-ribbon--v1.png" alt="save">
            </div>
          </div>

          <div class="likes">Disukai oleh <strong>Pintutogel</strong>, <strong>bandar togel terpercaya</strong><strong> dan situs toto togel</strong></div>
          <div class="caption-text">
            <strong>PINTUTOGEL</strong> adalah situs toto togel dan bandar togel online terpercaya dengan jaminan jackpot besar.<a>#situstoto #tototogel #bandartogel #togelonline #situstototogel #bandartogelonline </a>
          </div>
          <div class="view-comments">Lihat semua 919,138,168 komentar</div>
          <div class="time-ago">3 menit yang lalu</div>
          </div>
        </div>
      </div>
    </div>
  </body>
</html>