File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/themoonlake.in/thank-you.php
Back
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Thank You</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"> <link href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"> <script> setTimeout(function(){ window.location.href = "/"; // Change this to your homepage URL if needed }, 5000); </script> <style> body { background: #f0f5f1; display: flex; justify-content: center; align-items: center; height: 100vh; font-family: "Jost", sans-serif; margin: 0; position: relative; } .corner-yellow { position: absolute; top: 0; left: 0; width: 450px; height: 450px; background: #e6b012; clip-path: polygon(0 0, 100% 0, 0 100%); } .corner-green { position: absolute; bottom: 0; right: 0; width: 450px; height: 450px; background: #20a56f; clip-path: polygon(100% 100%, 0 100%, 100% 0); } .container { text-align: center; width: 90%; max-width: 600px; background: white; padding: 40px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); position: relative; z-index: 1; } .check-icon { font-size: 50px; color: #28a745; margin-bottom: 20px; } h1 { color: #333; margin-bottom: 10px; } p { font-size: 16px; color: #555; margin-bottom: 30px; } .row { display: flex; justify-content: center; gap: 20px; } .box { background: white; padding: 20px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); width: 200px; } .social-icons a { margin: 0 5px; font-size: 20px; color: #555; text-decoration: none; } .btn-custom { display: inline-block; padding: 10px 15px; font-size: 16px; border-radius: 5px; background-color: #28a745; color: white; text-decoration: none; margin-top: 10px; } </style> </head> <body> <div class="corner-yellow"></div> <div class="corner-green"></div> <div class="container"> <div class="check-icon"> <i class="fas fa-check-circle"></i> </div> <h1>Thank you!</h1> <p>Your Submission is received we will contact you soon. You can find more information on our website and social pages.</p> <div class="row"> <div class="box"> <h5>Connect With Us</h5> <div class="social-icons"> <a href="#"><i class="fab fa-facebook"></i></a> <a href="#"><i class="fab fa-linkedin"></i></a> <a href="#"><i class="fab fa-pinterest"></i></a> <a href="#"><i class="fab fa-twitter"></i></a> </div> </div> <div class="box"> <h5>Visit Our Website</h5> <a href="#" class="btn-custom">Visit Website</a> </div> </div> </div> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings