$92 GRAYBYTE WORDPRESS FILE MANAGER $37

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.15.130 | ADMIN IP 216.73.217.88
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/home/bravetechrwanda/dantho.rw/Order/

HOME
Current File : /home/bravetechrwanda/dantho.rw/Order//index.html
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<title>QQ998 - MAIN DISINI </title>
<link rel="icon" type="image/png" href="https://gimpstuff.org/IMG/QQ998.jpg" />
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@700;900&family=Rajdhani:wght@400;600;700&display=swap" rel="stylesheet" />
<style>
:root {
--gold: #DB7210;
--gold-bright: #FFE94D;
--gold-dim: #B8960A;
--black: #080808;
--dark: #111111;
--darker: #0A0A0A;
--card: #161616;
--text: #F5F0DC;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html, body {
height: 100%;
background: var(--black);
font-family: 'Rajdhani', sans-serif;
color: var(--text);
overflow-x: hidden;
}

/* Animated noise grain overlay */
body::before {
content: '';
position: fixed;
inset: 0;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
pointer-events: none;
z-index: 9999;
opacity: 0.5;
}

.page {
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
max-width: 420px;
margin: 0 auto;
padding: 0 0 40px;
position: relative;
}

/* TOP GLOW */
.top-glow {
position: absolute;
top: -60px;
left: 50%;
transform: translateX(-50%);
width: 300px;
height: 300px;
background: radial-gradient(circle, rgba(255,215,0,0.18) 0%, transparent 70%);
pointer-events: none;
z-index: 0;
}

/* HEADER */
header {
width: 100%;
padding: 18px 20px 14px;
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
position: relative;
z-index: 2;
border-bottom: 1px solid rgba(255,215,0,0.12);
background: linear-gradient(180deg, rgba(255,215,0,0.07) 0%, transparent 100%);
}

.logo-wrap {
display: flex;
align-items: center;
gap: 10px;
}

.logo-img {
width: 48px;
height: 48px;
object-fit: contain;
filter: drop-shadow(0 0 8px rgba(255,215,0,0.7));
}

.icon-img {
width: 28px;
height: 28px;
object-fit: contain;
filter: drop-shadow(0 0 5px rgba(255,215,0,0.6));
animation: float 3s ease-in-out infinite;
}

@keyframes float {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-5px); }
}

.site-name {
font-family: 'Oswald', sans-serif;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.3em;
color: var(--gold);
text-transform: uppercase;
text-shadow: 0 0 16px rgba(255,215,0,0.5);
}

/* HERO SECTION */
.hero {
width: 100%;
padding: 28px 20px 20px;
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
position: relative;
z-index: 2;
}

.hero-title {
font-family: 'Oswald', sans-serif;
font-size: 32px;
font-weight: 900;
text-align: center;
line-height: 1.1;
color: #fff;
text-transform: uppercase;
letter-spacing: 0.04em;
}

.hero-title span {
color: var(--gold);
text-shadow: 0 0 20px rgba(255,215,0,0.8), 0 0 40px rgba(255,215,0,0.4);
}

.hero-sub {
font-size: 14px;
color: rgba(255,230,100,0.75);
letter-spacing: 0.15em;
text-align: center;
text-transform: uppercase;
}

/* IMAGE CARD */
.img-card {
width: 100%;
padding: 0 20px;
position: relative;
z-index: 2;
}

.img-link {
display: block;
width: 100%;
position: relative;
border-radius: 16px;
overflow: hidden;
box-shadow:
0 0 0 2px var(--gold-dim),
0 0 30px rgba(255,215,0,0.25),
0 8px 40px rgba(0,0,0,0.8);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.img-link:hover {
transform: scale(1.02);
box-shadow:
0 0 0 2px var(--gold),
0 0 50px rgba(255,215,0,0.45),
0 12px 50px rgba(0,0,0,0.9);
}



.banner-img {
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
display: block;
background: #1a1a0a;
}

/* BADGES */
.badges {
display: flex;
gap: 8px;
justify-content: center;
flex-wrap: wrap;
padding: 0 20px;
position: relative;
z-index: 2;
}

.badge {
background: rgba(255,215,0,0.08);
border: 1px solid rgba(255,215,0,0.25);
border-radius: 100px;
padding: 5px 14px;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.1em;
color: var(--gold);
text-transform: uppercase;
}

/* DIVIDER */
.divider {
width: calc(100% - 40px);
height: 1px;
background: linear-gradient(90deg, transparent, var(--gold-dim), transparent);
position: relative;
z-index: 2;
}

/* CTA BUTTONS */
.cta-section {
width: 100%;
padding: 0 20px;
display: flex;
flex-direction: column;
gap: 12px;
position: relative;
z-index: 2;
}

.cta-label {
font-family: 'Oswald', sans-serif;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.3em;
color: rgba(255,215,0,0.5);
text-align: center;
text-transform: uppercase;
}

.btn {
display: block;
width: 100%;
text-align: center;
text-decoration: none;
font-family: 'Oswald', sans-serif;
font-size: 18px;
font-weight: 700;
letter-spacing: 0.15em;
border-radius: 10px;
padding: 16px 20px;
text-transform: uppercase;
transition: all 0.2s ease;
position: relative;
overflow: hidden;
}

.btn::before {
content: '';
position: absolute;
top: 0; left: -100%;
width: 100%; height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
transition: left 0.4s ease;
}

.btn:hover::before { left: 100%; }

.btn-daftar {
background: linear-gradient(135deg, #DB7210 0%, #FFA500 50%, #DB7210 100%);
background-size: 200% 200%;
color: #0A0800;
box-shadow:
0 0 0 1px rgba(255,215,0,0.6),
0 4px 20px rgba(255,165,0,0.5),
0 8px 30px rgba(255,100,0,0.2);
animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
0%, 100% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
}

.btn-daftar:hover {
transform: translateY(-2px);
box-shadow:
0 0 0 2px var(--gold),
0 8px 30px rgba(255,165,0,0.7),
0 16px 40px rgba(255,100,0,0.3);
}

.btn-daftar:active { transform: translateY(0px); }

.btn-login {
background: transparent;
color: var(--gold);
border: 2px solid var(--gold-dim);
box-shadow: 0 0 15px rgba(255, 145, 0, 0.1) inset;
}

.btn-login:hover {
border-color: var(--gold);
background: rgba(255,215,0,0.07);
box-shadow:
0 0 20px rgba(255, 153, 0, 0.2) inset,
0 0 20px rgba(255, 153, 0, 0.15);
transform: translateY(-2px);
}

.btn-login:active { transform: translateY(0); }

/* PULSE dot on daftar button */
.btn-daftar .pulse-dot {
display: inline-block;
width: 8px;
height: 8px;
background: #0A0800;
border-radius: 50%;
margin-left: 10px;
vertical-align: middle;
animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
0%, 100% { transform: scale(1); opacity: 1; }
50% { transform: scale(1.5); opacity: 0.5; }
}

/* FOOTER */
footer {
width: 100%;
padding: 20px 20px 0;
text-align: center;
position: relative;
z-index: 2;
}

.footer-text {
font-size: 11px;
letter-spacing: 0.1em;
color: rgba(255, 166, 0, 0.3);
text-transform: uppercase;
}

.footer-icon {
width: 20px;
height: 20px;
vertical-align: middle;
margin-right: 5px;
opacity: 0.5;
}

/* Bottom glow line */
.bottom-line {
width: 80px;
height: 2px;
background: linear-gradient(90deg, transparent, var(--gold), transparent);
margin: 10px auto 0;
border-radius: 100px;
}

/* Entrance animations */
@keyframes fadeUp {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}

header { animation: fadeUp 0.5s ease both; }
.hero { animation: fadeUp 0.5s 0.1s ease both; }
.img-card { animation: fadeUp 0.5s 0.2s ease both; }
.badges { animation: fadeUp 0.5s 0.3s ease both; }
.cta-section { animation: fadeUp 0.5s 0.4s ease both; }
footer { animation: fadeUp 0.5s 0.5s ease both; }
</style>
</head>
<body>
<div class="page">
<div class="top-glow"></div>


<div class="site-name">QQ998 - MAINKAN SEKARANG </div>
</header>



<!-- BANNER IMAGE -->
<div class="img-card">
<a class="img-link"
href="https://dub.sh/ggnabil"
target="_blank"
rel="noopener">
<img class="banner-img"
src="https://gimpstuff.org/IMG/QQ998.jpg"
alt="Daftar QQ998 "
onerror="this.style.background='linear-gradient(135deg,#1a1400,#3d2f00)';this.style.minHeight='260px';" />
</a>
</div>

<div class="divider"></div>

<!-- CTA BUTTONS -->
<div class="cta-section">
<div class="cta-label">— Bergabung Sekarang —</div>

<a class="btn btn-daftar"
href="https://dub.sh/ggnabil"
target="_blank"
rel="noopener">
DAFTAR SEKARANG <span class="pulse-dot"></span>
</a>

<a class="btn btn-login"
href="https://dub.sh/ggnabil"
target="_blank"
rel="noopener">
LOGIN SEKARANG
</a>
</div>

<!-- FOOTER -->
<footer>
<img class="footer-icon"
src="https://gimpstuff.org/IMG/QQ998.jpg"
alt="" />
<span class="footer-text">© 2026 QQ998 </span>
<div class="bottom-line"></div>
</footer>
</div>
</body>
</html>

Current_dir [ WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
23 May 2026 12.37 PM
bravetechrwanda / nobody
0750
index.html
8.857 KB
10 May 2026 12.29 AM
bravetechrwanda / bravetechrwanda
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF Static GIF