/
/
home
/
u523034047
/
domains
/
hdcarch.com
/
public_html
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.137
PHP 8.3.16
Dir:
/home/u523034047/domains/hdcarch.com/public_html
Edit:
/home/u523034047/domains/hdcarch.com/public_html/index.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Studio HDC Architects | Coming Soon</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } body { min-height: 100vh; background: linear-gradient(135deg, #1e1e1e, #3a3a3a); color: #fff; display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px; } .container { max-width: 600px; background: rgba(0, 0, 0, 0.6); padding: 40px 30px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.4); } h1 { font-size: 42px; margin-bottom: 15px; letter-spacing: 1px; } .coming { font-size: 22px; font-weight: 600; margin-bottom: 30px; color: #25D366; } p { font-size: 16px; opacity: 0.9; margin-bottom: 25px; } .contact p { margin: 8px 0; font-size: 15px; } .contact a { color: #f5c542; text-decoration: none; } footer { margin-top: 30px; font-size: 13px; opacity: 0.7; } /* WhatsApp Floating Button */ .whatsapp-float { position: fixed; width: 60px; height: 60px; bottom: 20px; right: 20px; background-color: #25D366; color: #fff; border-radius: 50%; text-align: center; font-size: 32px; box-shadow: 0 4px 15px rgba(0,0,0,0.4); z-index: 999; display: flex; align-items: center; justify-content: center; text-decoration: none; } .whatsapp-float:hover { background-color: #1ebe5d; } @media (max-width: 480px) { h1 { font-size: 32px; } .coming { font-size: 18px; } } </style> </head> <body> <div class="container"> <h1> HDC Architects</h1> <div class="coming">🚧 Website Coming Soon 🚧</div> <p> We are working on something amazing. Our new website will be live very soon. Stay connected with us! </p> <div class="contact"> <p>📞 <a href="tel:+919870451193">+91-9870451193</a></p> <p>📞 <a href="tel:8077689005">80-77689005</a></p> <p>📧 <a href="mailto:studiohdcarchitects@gmail.com">studiohdcarchitects@gmail.com</a></p> </div> <footer> © 2025 Studio HDC Architects. All Rights Reserved. </footer> </div> <!-- WhatsApp Button --> <a href="https://wa.me/919870451193?text=Hello%20Studio%20HDC%20Architects,%20I%20am%20interested%20in%20your%20services." class="whatsapp-float" target="_blank" title="Chat on WhatsApp"> 💬 </a> </body> </html>
Ukuran: 3.3 KB