|
Server IP : 68.178.192.183 / Your IP : 216.73.217.147 Web Server : Apache System : Linux p3plmcpnl499016.prod.phx3.secureserver.net 4.18.0-553.52.1.lve.el8.x86_64 #1 SMP Wed May 21 15:31:29 UTC 2025 x86_64 User : sljf5lg8mz7c ( 10903667) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/sljf5lg8mz7c/public_html/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Thank You</title>
<style>
body {
font-family: Arial, sans-serif;
background: #f4f4f4;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.message-box {
background: #ffffff;
padding: 30px 40px;
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
text-align: center;
max-width: 500px;
}
.message-box h2 {
color: #2b0a78;
margin-bottom: 10px;
}
.message-box p {
font-size: 16px;
color: #333;
}
.message-box a {
display: inline-block;
margin-top: 15px;
padding: 10px 20px;
background: linear-gradient(90deg, #ff9800, #ff5722);
color: #fff;
text-decoration: none;
border-radius: 8px;
}
</style>
</head>
<body>
<div class="message-box">
<h2>Thank You for Your Response</h2>
<p>If any support is needed, please contact us.</p>
<a href="mailto:support@yourwebsite.com">Contact Support</a>
</div>
</body>
</html>