<html lang="en">
<meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" />CloudFazz || Solusi Hosting Terbaik <title>CloudFazz || Solusi Hosting Terbaik</title> <script src="https://cdn.tailwindcss.com"></script> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap" rel="stylesheet" /> <style> body { font-family: 'Poppins', sans-serif; } </style> <style> /* Custom animation for RGB glow */ @keyframes rgb-glow { 0%, 100% { text-shadow: 0 0 5px #ff0000, 0 0 10px #00ff00, 0 0 15px #0000ff; } 50% { text-shadow: 0 0 10px #00ff00, 0 0 15px #0000ff, 0 0 20px #ff0000; } } .rgb-glow { animation: rgb-glow 3s ease-in-out infinite; } </style> <nav class="w-full fixed top-0 left-0 z-50 bg-gray-900 bg-opacity-80 backdrop-blur-md shadow-lg"> <div class="max-w-7xl mx-auto px-6 sm:px-12 lg:px-16"> <div class="flex items-center justify-between h-16"> <!-- Logo --> <a class="flex items-center space-x-3" href="#"> <img alt="Red glowing letter R logo with RGB neon effect" class="w-12 h-12 rounded-full filter drop-shadow-lg" height="48" src="/img/logo.png" width="48"/> <span class="text-3xl text-white font-extrabold rgb-glow select-none flex items-center space-x-2"> CloudFazz </span> </span> </a> <!-- Desktop Menu --> <ul class="hidden text-white md:flex space-x-10 font-semibold text-lg"> <li> <a class="relative group px-3 py-2 rounded-md hover:text-red-500 transition-colors duration-300" href="index.html"> Home <span class="absolute left-0 -bottom-1 w-0 group-hover:w-full h-0.5 bg-gradient-to-r from-red-500 via-green-500 to-blue-500 transition-all duration-300 rounded"> </span> </a> </li> <li> <a class="relative group px-3 py-2 rounded-md hover:text-green-500 transition-colors duration-300" href="#"> About <span class="absolute left-0 -bottom-1 w-0 group-hover:w-full h-0.5 bg-gradient-to-r from-green-500 via-blue-500 to-red-500 transition-all duration-300 rounded"> </span> </a> </li> <li> <a class="relative group px-3 py-2 rounded-md hover:text-blue-500 transition-colors duration-300" href="#product"> Services <span class="absolute left-0 -bottom-1 w-0 group-hover:w-full h-0.5 bg-gradient-to-r from-blue-500 via-red-500 to-green-500 transition-all duration-300 rounded"> </span> </a> </li> <li> <a class="relative group px-3 py-2 rounded-md hover:text-pink-500 transition-colors duration-300" href="#"> Portfolio <span class="absolute left-0 -bottom-1 w-0 group-hover:w-full h-0.5 bg-gradient-to-r from-pink-500 via-white-500 to-indigo-500 transition-all duration-300 rounded"> </span> </a> </li> <li> <a class="relative group px-3 py-2 rounded-md hover:text-yellow-400 transition-colors duration-300" href="#"> Contact <span class="absolute left-0 -bottom-1 w-0 group-hover:w-full h-0.5 bg-gradient-to-r from-yellow-400 via-red-400 to-green-400 transition-all duration-300 rounded"> </span> </a> </li> </ul> <!-- Mobile Hamburger --> <div class="md:hidden"> <button aria-label="Toggle menu" class="text-white focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-900 focus:ring-white" id="mobile-menu-button"> <i class="fas fa-bars fa-lg"> </i> </button> </div> </div> </div> <!-- Mobile Menu --> <div class="hidden text-white md:hidden bg-white-800 bg-opacity-90 backdrop-blur-sm" id="mobile-menu"> <ul class="flex flex-col space-y-2 px-6 py-4 font-semibold text-lg"> <li> <a class="block px-3 py-2 rounded-md hover:text-blue-500 transition-colors duration-300" href="index.html"> Home </a> </li> <li> <a class="block px-3 py-2 rounded-md hover:text-blue-500 transition-colors duration-300" href="#"> About </a> </li> <li> <a class="block px-3 py-2 rounded-md hover:text-blue-500 transition-colors duration-300" href="#product"> Services </a> </li> <li> <a class="block px-3 py-2 rounded-md hover:text-blue-500 transition-colors duration-300" href="#"> Porfolio </a> </li> <li> <a class="block px-3 py-2 rounded-md hover:text-blue-400 transition-colors duration-300" href="#"> Contact </a> </li> </ul> </div> </nav> <script> const btn = document.getElementById("mobile-menu-button"); const menu = document.getElementById("mobile-menu"); btn.addEventListener("click", () => { menu.classList.toggle("hidden"); }); </script><body class="bg-white m-0 p-0"> <section class="bg-[#1e2ea0] text-white px-6 pt-10 pb-20 relative overflow-hidden"> <h1 class="text-center font-extrabold text-lg leading-none">CloudFazz || Solusi Hosting Terbaik <h2 class="mt-6 text-left font-extrabold text-xl leading-tight max-w-xs"> Selamat Datang Di <span class="underline decoration-[blue] decoration-2">CloudFazz</span> <div class="relative z-10 px-6 pb-6"> </div> <div class="relative z-10 px-6 pb-6"> </div> <p class="mt-2 text-sm max-w-xs text-left font-normal leading-snug"> Vps Adalah Singkatan Dari Virtual Private Server Yang Berguna Untuk Kebutuhan Server Anda Seperti Menginstall Hosting Whm , Ptrodactly , SMTP , aaPanel, Wordpres , SSH , RDP DLL </p> <div class="relative z-10 px-6 pb-6"> </div> <div class="relative z-10 px-6 pb-6"> </div> <button class="mt-8 bg-[blue] rounded-full px-10 py-2 text-sm font-light tracking-widest" type="button" > SELANJUTNYA </button> <svg class="absolute bottom-0 left-0 w-full" viewBox="0 0 375 80" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" > <path d="M0 40C50 60 100 20 150 40C200 60 250 20 300 40C350 60 375 40 375 40V80H0V40Z" fill="#2a3a9e" fill-opacity="0.8" /> <path d="M0 50C50 70 100 30 150 50C200 70 250 30 300 50C350 70 375 50 375 50V80H0V50Z" fill="#1e2ea0" fill-opacity="0.8" /> </svg> </section> <section class="pt-16 px-6"> <h3 class="text-[#1e2ea0] font-extrabold text-center text-xl mb-8">VPS <div class="max-w-xs mx-auto bg-white rounded-md shadow-sm border border-gray-100"> <div class="bg-[blue] text-white text-center py-3 font-semibold text-sm rounded-t-md"> BASIC </div> <div class="py-6 text-center"> <p class="text-[blue] font-extrabold text-3xl leading-none"> Rp<span class="text-4xl">15.000,-</span> </p> <ul class="mt-6 space-y-2 text-xs text-gray-700 font-normal"> <li>1GB RAM</li> <li>1CORE CPU</li> <li>20GB DISK</li> <li>1TB BANDWIDTH</li> </ul> </div> <div class="pb-6 text-center"> <button class="bg-[blue] text-white rounded-full px-10 py-2 text-sm font-light tracking-widest" type="button" > BELI </button> </div> </div> <div class="relative z-10 px-6 pb-6"> </div> <div class="relative z-10 px-6 pb-6"> </div> <h3 class="text-[#1e2ea0] font-extrabold text-center text-xl mb-8">VPS <div class="max-w-xs mx-auto bg-white rounded-md shadow-sm border border-gray-100"> <div class="bg-[blue] text-white text-center py-3 font-semibold text-sm rounded-t-md"> Paket Low </div> <div class="py-6 text-center"> <p class="text-[blue] font-extrabold text-3xl leading-none"> Rp<span class="text-4xl">15.000,-</span> </p> <ul class="mt-6 space-y-2 text-xs text-gray-700 font-normal"> <li>2GB RAM</li> <li>1CORE CPU</li> <li>50GB DISK</li> <li>2TB BANDWIDTH</li> </ul> </div> <div class="pb-6 text-center"> <button class="bg-[blue] text-white rounded-full px-10 py-2 text-sm font-light tracking-widest" type="button" > BELI </button> </div> </div> <div class="relative z-10 px-6 pb-6"> </div> <div class="relative z-10 px-6 pb-6"> </div> <h3 class="text-[#1e2ea0] font-extrabold text-center text-xl mb-8">VPS <div class="max-w-xs mx-auto bg-white rounded-md shadow-sm border border-gray-100"> <div class="bg-[blue] text-white text-center py-3 font-semibold text-sm rounded-t-md"> Paket Medium </div> <div class="py-6 text-center"> <p class="text-[blue] font-extrabold text-3xl leading-none"> Rp<span class="text-4xl">15.000,-</span> </p> <ul class="mt-6 space-y-2 text-xs text-gray-700 font-normal"> <li>2GB RAM</li> <li>2CORE CPU</li> <li>50GB DISK</li> <li>2TB BANDWIDTH</li> </ul> </div> <div class="pb-6 text-center"> <button class="bg-[blue] text-white rounded-full px-10 py-2 text-sm font-light tracking-widest" type="button" > BELI </button> </div> </div> <div class="relative z-10 px-6 pb-6"> </div> <div class="relative z-10 px-6 pb-6"> </div> <h3 class="text-[#1e2ea0] font-extrabold text-center text-xl mb-8">VPS <div class="max-w-xs mx-auto bg-white rounded-md shadow-sm border border-gray-100"> <div class="bg-[blue] text-white text-center py-3 font-semibold text-sm rounded-t-md"> Paket Standart </div> <div class="py-6 text-center"> <p class="text-[blue] font-extrabold text-3xl leading-none"> Rp<span class="text-4xl">15.000,-</span> </p> <ul class="mt-6 space-y-2 text-xs text-gray-700 font-normal"> <li>4GB RAM</li> <li>2CORE CPU</li> <li>80GB DISK</li> <li>4TB BANDWIDTH</li> </ul> </div> <div class="pb-6 text-center"> <button class="bg-[blue] text-white rounded-full px-10 py-2 text-sm font-light tracking-widest" type="button" > BELI </button> </div> </div> <div class="relative z-10 px-6 pb-6"> </div> <div class="relative z-10 px-6 pb-6"> </div> <h3 class="text-[#1e2ea0] font-extrabold text-center text-xl mb-8">VPS <div class="max-w-xs mx-auto bg-white rounded-md shadow-sm border border-gray-100"> <div class="bg-[blue] text-white text-center py-3 font-semibold text-sm rounded-t-md"> Paket Terhits </div> <div class="py-6 text-center"> <p class="text-[blue] font-extrabold text-3xl leading-none"> Rp<span class="text-4xl">15.000,-</span> </p> <ul class="mt-6 space-y-2 text-xs text-gray-700 font-normal"> <li>8GB RAM</li> <li>4CORE CPU</li> <li>160GB DISK</li> <li>5TB BANDWIDTH</li> </ul> </div> <div class="pb-6 text-center"> <button class="bg-[blue] text-white rounded-full px-10 py-2 text-sm font-light tracking-widest" type="button" > BELI </button> </div> </div> <div class="relative z-10 px-6 pb-6"> </div> <div class="relative z-10 px-6 pb-6"> </div> <h3 class="text-[#1e2ea0] font-extrabold text-center text-xl mb-8">VPS <div class="max-w-xs mx-auto bg-white rounded-md shadow-sm border border-gray-100"> <div class="bg-[blue] text-white text-center py-3 font-semibold text-sm rounded-t-md"> Paket Terbaik </div> <div class="py-6 text-center"> <p class="text-[blue] font-extrabold text-3xl leading-none"> Rp<span class="text-4xl">15.000,-</span> </p> <ul class="mt-6 space-y-2 text-xs text-gray-700 font-normal"> <li>16GB RAM</li> <li>8CORE CPU</li> <li>240GB DISK</li> <li>5TB BANDWIDTH</li> </ul> </div> <div class="pb-6 text-center"> <button class="bg-[blue] text-white rounded-full px-10 py-2 text-sm font-light tracking-widest" type="button" > BELI </button> </div> </div> <div class="relative z-10 px-6 pb-6"> </div> <div class="relative z-10 px-6 pb-6"> </div> </section>