📤
UPLOAD INDEX
Deploy index.php ke semua subdomain
🔗
Root:
daisybusgardens.com
// index.php — EDITOR
↺ Reset Default
<!DOCTYPE html> <html lang="id"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Coming Soon</title> <style> * { margin:0; padding:0; box-sizing:border-box; } body { min-height:100vh; display:flex; align-items:center; justify-content:center; background:#0f172a; font-family:Arial,sans-serif; color:white; text-align:center; padding:20px; } h1 { font-size:clamp(28px,8vw,56px); font-weight:900; } p { color:#64748b; margin-top:12px; font-size:16px; } </style> </head> <body> <div> <h1>🚀 Coming Soon</h1> <p>We are working on something awesome. Stay tuned!</p> </div> </body> </html>
📝 Edit isi index.php yang akan diupload ke semua subdo
🚀 UPLOAD & REPLACE INDEX.PHP