File manager - Edit - /home/irltzsih/public_html/template-amp.php
Back
<!DOCTYPE html> <html amp lang="id"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1" /> <meta http-equiv="content-language" content="id" /> <meta name="theme-color" content="blue" /> <title>Slot Dana | {{judul}} Deposit DANA 10K Praktis, Login Mudah & Akses Stabil</title> <meta name="description" content="{{judul}} menghadirkan informasi deposit DANA 10K dengan proses yang praktis, login mudah, dan akses stabil. Mendukung penggunaan yang responsif serta kompatibel di berbagai perangkat untuk kebutuhan akses setiap hari." /> <meta name="keywords" content="BABAHTOTO, BABAHTOTO 4D, BABAHTOTO login, BABAHTOTO daftar. BABAHTOTO slot" /> <meta name="robots" content="index,follow" /> <link rel="icon" href="https://i.ibb.co/PvGZnDvt/faficon-babahtoto.png" type="image/x-icon" /> <link rel="apple-touch-icon" href="https://i.ibb.co/PvGZnDvt/faficon-babahtoto.png" /> <link rel="canonical" href="http://the-its.com/{{dir}}/" /> <meta property="og:type" content="website" /> <meta property="og:url" content="http://the-its.com/{{dir}}/" /> <meta property="og:site_name" content="BABAHTOTO" /> <meta property="og:title" content="Slot Dana | {{judul}} Deposit DANA 10K Praktis, Login Mudah & Akses Stabil" /> <meta property="og:description" content="{{judul}} menghadirkan informasi deposit DANA 10K dengan proses yang praktis, login mudah, dan akses stabil. Mendukung penggunaan yang responsif serta kompatibel di berbagai perangkat untuk kebutuhan akses setiap hari." /> <meta property="og:image" content="https://i.ibb.co/HfcC1VhJ/banner-logo-amp-babahtoto.png" /> <meta property="og:image:alt" content="BABAHTOTO" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Slot Dana | {{judul}} Deposit DANA 10K Praktis, Login Mudah & Akses Stabil" /> <meta name="twitter:description" content="{{judul}} menghadirkan informasi deposit DANA 10K dengan proses yang praktis, login mudah, dan akses stabil. Mendukung penggunaan yang responsif serta kompatibel di berbagai perangkat untuk kebutuhan akses setiap hari." /> <meta name="twitter:image" content="https://i.ibb.co/HfcC1VhJ/banner-logo-amp-babahtoto.png" /> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" /> <link rel="preconnect" href="https://cdn.ampproject.org" crossorigin /> <link rel="dns-prefetch" href="https://cdn.ampproject.org" /> <link rel="preload" as="image" href="https://i.ibb.co/HfcC1VhJ/banner-logo-amp-babahtoto.png" /> <link rel="preload" as="image" href="https://i.ibb.co/PvqYpDCQ/logo-babahtoto.png" /> <link rel="preload" as="script" href="https://cdn.ampproject.org/v0.js" /> <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> /* Reset & Base */ * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Roboto', sans-serif; background: linear-gradient(135deg, rgb(0 0 0 / 60%), rgb(255 238 0 / 0%)), url(https://i.ibb.co/HfcC1VhJ/banner-logo-amp-babahtoto.png); background-size: cover; background-repeat: no-repeat; background-position: center; color: #EAEAEA; display: flex; align-items: center; justify-content: center; min-height: 100vh; padding: 20px; } /* Card Container */ .card { background: rgb(33 35 0 / 75%); border-radius: 16px; box-shadow: 0 8px 24px rgba(255, 238, 0, 0.6); max-width: 400px; width: 100%; overflow: hidden; } /* Sections */ .card-header, .card-title, .card-banner, .card-actions, .card-footer { padding: 16px; text-align: center; } /* Logo */ .logo-glow { display: block; margin: 0 auto; max-width: 200px; height: auto; filter: drop-shadow(0 0 2px #ffee00); transition: transform .3s, filter .3s; } .logo-glow:hover { transform: scale(1.05); filter: drop-shadow(0 0 20px #ffee00); } /* Title */ .card-title h1 { font-size: 1.1rem; font-weight: 700; color: #FFF; letter-spacing: .03em; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6), 0 0 5px #ffee00; margin: 0; } /* Banner Improvements: Zoom + Overlay + Text */ .card-banner { position: relative; border-radius: 12px; overflow: hidden; } .card-banner .banner { display: block; width: 100%; height: auto; animation: zoomIn 20s ease-in-out infinite alternate; } .card-banner::after { content: ''; position: absolute; inset: 0; background: rgba(25, 3, 148, 0.1); mix-blend-mode: multiply; pointer-events: none; } .banner-text { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); color: #FFF; font-size: 1rem; font-weight: 700; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); opacity: 0; animation: fadeInText 2s ease-out 1s forwards; } @keyframes zoomIn { from { transform: scale(1); } to { transform: scale(1.05); } } @keyframes fadeInText { to { opacity: 1; } } /* Button Base + Effects */ .card-actions { display: flex; flex-direction: column; gap: 12px; } .card-actions .btn-daftar, .card-actions .btn-login { display: block; width: 100%; margin: 0 auto; padding: 12px 0; font-weight: 700; border-radius: 8px; text-align: center; text-decoration: none; transition: transform .2s, box-shadow .3s; position: relative; z-index: 1; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 4px 6px rgba(0, 0, 0, 0.4); } /* Shimmer for Daftar */ .card-actions .btn-daftar { overflow: hidden; background-image: linear-gradient(to bottom, #fff9a6 0%, #090704 50%, #ffee00 100%); box-shadow: inset 0 0 0 1px #ffee00, inset 0 2px 0 0 #ffee00, inset 0 4px 4px 2px #807700, 3px 3px 3px 1px rgba(0,0,0,0.2); border: 1px solid #ffee00; color: #FFF; transition: background .3s, transform .2s, box-shadow .3s; } .card-actions .btn-daftar::before { content: ''; position: absolute; top: 0; left: -120%; width: 50%; height: 100%; background: linear-gradient(60deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%); transform: skewX(-20deg); animation: shimmer 2s infinite; } .card-actions .btn-daftar:hover { background: linear-gradient(to bottom,#ffee00 0%,#ffee00 50%,#ffee00 100%); transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 8px 12px rgba(0, 0, 0, 0.5); } /* Gradient slide for Login */ .card-actions .btn-login { background: #000; color: #FFF; border: 2px solid transparent; background-image: linear-gradient(#000, #000), linear-gradient(90deg, #ffee00, #ffee00, #ffee00); background-origin: padding-box, border-box; background-clip: padding-box, border-box; } .card-actions .btn-login::before { content: ''; position: absolute; inset: 0; background: inherit; filter: blur(8px); opacity: .7; animation: slide 3s infinite linear; z-index: -1; } .card-actions .btn-login:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 8px 12px rgba(0, 0, 0, 0.5); } @keyframes shimmer { 0% { left: -120%; } 100% { left: 120%; } } @keyframes slide { 0% { background-position: 0 0; } 100% { background-position: 200% 0; } } /* Footer */ .card-footer p { font-size: .8rem; color: rgba(234, 234, 234, 0.6); margin: 0; } /* Mobile */ @media(max-width:360px) { .card-actions .btn-daftar, .card-actions .btn-login { width: 90%; padding: 10px 0; } } </style> </head> <body> <div class="card"> <div class="card-header"> <a href="https://hajarseo-darkgrey.pages.dev/{{judul}}"> <amp-img class="logo-glow" src="https://i.ibb.co/PvqYpDCQ/logo-babahtoto.png" width="200" height="65" layout="intrinsic" alt="Logo BABAHTOTO"></amp-img> </a> </div> <div class="card-banner"> <amp-img class="banner" src="https://i.ibb.co/HfcC1VhJ/banner-logo-amp-babahtoto.png" width="400" height="400" layout="responsive" alt="Banner BABAHTOTO"></amp-img> </div> <div class="card-actions"> <a href="https://hajarseo-darkgrey.pages.dev/{{judul}}" class="btn-daftar">DAFTAR MEMBER BARU</a> <a href="https://hajarseo-darkgrey.pages.dev/{{judul}}" class="btn-login">LOGIN AKUN RESMI</a> <a href="https://hajarseo-darkgrey.pages.dev/{{judul}}" class="btn-login">LIVECHAT 24 JAM</a> </div> <div class="card-footer"> <p>Copyright © 2026 • SEODARKGREY </p> </div> <div data-selector="listing-page-content" class="content-wrap listing-page-content" style="min-width:0;"> </div> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0 |
proxy
|
phpinfo
|
Settings