Server IP : 103.53.40.154 / Your IP : 18.117.156.170 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/geavibs.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Coming Soon</title> <style> body { margin: 0; font-family: 'Arial', sans-serif; background: linear-gradient(to right, #4e54c8, #8f94fb); color: #fff; display: flex; justify-content: center; align-items: center; height: 100vh; text-align: center; } .container { background: rgba(255, 255, 255, 0.8); color: #333; padding: 30px; border-radius: 12px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); max-width: 500px; width: 100%; } h1 { font-size: 2.5em; margin-bottom: 20px; font-weight: 700; color: #4e54c8; } p { font-size: 1.2em; margin: 15px 0; } .contact-info { margin-top: 25px; font-size: 1em; } .contact-info a { color: #4e54c8; text-decoration: none; font-weight: 600; } .contact-info a:hover { text-decoration: underline; } .loader { margin-top: 20px; } .loader div { width: 20px; height: 20px; background: #4e54c8; border-radius: 50%; display: inline-block; animation: bounce 1.4s infinite ease-in-out; } .loader div:nth-child(2) { animation-delay: 0.2s; } .loader div:nth-child(3) { animation-delay: 0.4s; } @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } </style> </head> <body> <div class="container"> <h1>We’re Launching Soon!</h1> <p>Our website is currently under construction. We can’t wait to show you what we’re working on.</p> <div class="loader"> <div></div> <div></div> <div></div> </div> <div class="contact-info"> <p>Email: <a href="mailto:info@geavibs.com">info@geavibs.com</a></p> <p>Mobile: <a href="tel:+918795597777">+91 87955 97777</a></p> </div> </div> </body> </html>