| Server IP : 43.129.54.214 / Your IP : 216.73.216.51 Web Server : nginx/1.24.0 System : Linux VM-4-108-ubuntu 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/default-ip/ |
Upload File : |
<!doctype html>
<html lang="id">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Sedang Proses Mainantence</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
@keyframes floatText {
0%, 100% {
transform: translateY(0);
opacity: 0.85;
}
50% {
transform: translateY(-10px);
opacity: 1;
}
}
.animate-float-text {
animation: floatText 2.5s ease-in-out infinite;
}
</style>
</head>
<body class="min-h-screen flex items-center justify-center bg-slate-950">
<h1 class="animate-float-text text-center text-3xl md:text-5xl font-bold text-white">
Sedang Proses Mainantence
</h1>
</body>
</html>