<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Elevens4d - dokumensaya.com Coming Soon">
<title>Elevens4d - dokumensaya.com Coming Soon</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 100vh;
background: linear-gradient(135deg, #1a1a2e, #16213e);
color: #fff;
text-align: center;
overflow: hidden;
}
.container {
max-width: 700px;
padding: 40px;
background: rgba(0, 0, 0, 0.7);
border-radius: 15px;
box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
animation: fadeIn 1.5s ease-in-out;
}
h1 {
font-size: 3em;
color: #ffd700;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 20px;
animation: glow 2s infinite alternate;
}
p {
font-size: 1.3em;
line-height: 1.6;
margin-bottom: 10px;
}
.highlight {
color: #00ffcc;
font-weight: bold;
}
footer {
position: fixed;
bottom: 10px;
width: 100%;
padding: 10px;
background: rgba(0, 0, 0, 0.8);
font-size: 0.9em;
color: #ccc;
}
footer a {
color: #ffd700;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
/* Animasi */
@keyframes fadeIn {
from { opacity: 0; transform: translateY(-20px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes glow {
from { text-shadow: 0 0 5px #ffd700, 0 0 10px #ffd700; }
to { text-shadow: 0 0 10px #ffd700, 0 0 20px #ffd700; }
}
/* Responsif */
@media (max-width: 600px) {
.container {
max-width: 90%;
padding: 20px;
}
h1 {
font-size: 2em;
}
p {
font-size: 1em;
}
}
</style>
</head>
<body>
<div class="container">
<h1>Elevens4d</h1>
<p>Segera hadir: <span class="highlight">dokumensaya.com</span></p>
<p>Situs judi online terbaik kami sedang dalam tahap pengembangan.</p>
<p>Tunggu kejutan dan pengalaman bermain yang luar biasa!</p>
</div>
<footer>
© 2025 <a href="https://dokumensaya.com" target="_blank">Elevens4d</a>. All Rights Reserved.
</footer>
</body>
</html>