File: //proc/676643/root/usr/local/CyberCP/websiteFunctions/suspension.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Website Suspended</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f5f5f5;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
text-align: center;
background-color: white;
padding: 40px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
max-width: 500px;
}
h1 {
color: #e74c3c;
margin-bottom: 20px;
}
p {
color: #555;
line-height: 1.6;
margin-bottom: 20px;
}
.contact {
color: #777;
font-size: 14px;
}
</style>
</head>
<body>
<div class="container">
<h1>Website Suspended</h1>
<p>This website has been temporarily suspended. This could be due to various reasons including billing issues, policy violations, or administrative actions.</p>
<p>If you are the website owner, please contact your hosting provider for more information about why your account was suspended and how to restore service.</p>
<p class="contact">For support, please contact your system administrator.</p>
</div>
</body>
</html>