<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Your account has been suspended. Contact Saglohost to resolve billing issues and restore your services."
/>
<title>Account Suspended - Saglohost</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
padding: 0;
color: #333;
}
.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 40px;
background-color: white;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header {
text-align: center;
margin-bottom: 20px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.header img {
max-width: 250px;
height: auto;
margin-bottom: 20px;
}
.header a {
text-decoration: none;
}
.header h2 {
font-size: 36px;
color: #2494c5;
margin: 0;
padding: 10px 20px;
background-color: #fff;
border: 3px solid #2494c5;
border-radius: 8px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.content-wrapper {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
gap: 30px;
margin-top: 30px;
border: 1px solid #d3d3d3;
padding: 20px;
border-radius: 8px;
}
.content {
flex: 1;
font-size: 18px;
line-height: 1.6;
color: #333;
}
.content a {
color: #2494c5;
text-decoration: none;
font-weight: bold;
}
.image-container {
flex: 1;
text-align: center;
}
.image-container img {
width: 100%;
max-width: 500px;
height: auto;
}
.footer {
text-align: center;
font-size: 14px;
color: #777;
margin-top: 40px;
}
.footer-divider {
height: 2px;
background-color: #2494c5;
margin: 20px 0;
}
.button {
background-color: #fff;
padding: 15px 30px;
border: 3px solid #2494c5;
border-radius: 8px;
text-decoration: none;
font-size: 16px;
color: #2494c5;
display: inline-block;
text-align: center;
margin: 20px 0;
}
.button:hover {
background-color: #f0f0f0;
}
.promotions {
font-size: 16px;
line-height: 1.8;
margin-top: 30px;
color: #777;
text-align: center;
}
.promotions a {
color: #2494c5;
text-decoration: none;
font-weight: bold;
margin: 0 15px;
}
.button-container {
text-align: center;
margin-top: 40px;
}
@media (max-width: 768px) {
.container {
padding: 20px;
}
.header img {
max-width: 200px;
}
.header h2 {
font-size: 28px;
padding: 8px 16px;
}
.content-wrapper {
flex-direction: column;
gap: 20px;
margin-top: 20px;
border: none;
}
.content {
font-size: 16px;
}
.button {
padding: 12px 25px;
font-size: 14px;
}
.promotions {
font-size: 14px;
}
.image-container img {
max-width: 100%;
}
.footer {
font-size: 12px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<a href="https://www.saglohost.co.za/">
<img
src="https://www.saglohost.co.za/wp-content/uploads/2024/05/cropped-Saglohost-1-1-768x182.png"
alt="SAGLOHOST Logo"
/>
</a>
<h2>Account Suspended!</h2>
</div>
<div class="content-wrapper">
<div class="content">
<p>
This account has been temporarily suspended due to a billing issue.
</p>
<p>
If you own this account please log into your
<a href="https://my.saglohost.co.za/">client area</a>
where you can review your account details and resolve this.
</p>
<p>
If you need assistance or have any questions, our support team is
here to help:
</p>
<p>
Email:
<a href="mailto:support@saglohost.co.za">support@saglohost.co.za</a
><br />
Tel: <a href="tel:+27108803950">+27 10 880 3950</a> <br />
WhatsApp: <a href="tel:+27786327320">+27 78 632 7320</a>
</p>
</div>
<div class="image-container">
<img
src="https://www.saglohost.co.za/wp-content/uploads/2024/11/website-1.png"
alt="Suspended Account Image"
/>
</div>
</div>
<div class="button-container">
<a href="https://my.saglohost.co.za/" class="button"
>Go to Client Area</a
>
</div>
<div class="promotions">
<p>
Thank you for choosing Saglohost! We look forward to assisting you in
resolving the matter quickly.
</p>
<p>Explore more of our services:</p>
<a href="https://www.saglohost.co.za/domains/">Domain Names</a> |
<a href="https://www.saglohost.co.za/hosting/">Web Hosting</a> |
<a
href="https://www.saglohost.co.za/hosting/business-emails-only-hosting/"
>
Business Emails</a
>
</div>
<div class="footer-divider"></div>
<div class="footer">
<p>© 2024 Saglohost | All Rights Reserved</p>
</div>
</div>
</body>
</html>