Letter Free letter locked

Currently reading:
 Letter Free letter locked

ainycasanova

Member
LV
1
Joined
Sep 5, 2023
Threads
11
Likes
4
Awards
4
Credits
1,632©
Cash
0$
<!DOCTYPE html>
<html>
<head>
<title>Account Locked Notification</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #F3F3F3;
}
.container {
width: 600px;
margin: 50px auto;
background-color: #FFF;
padding: 20px;
border: 1px solid #DDD;
}
.header {
background-color: #D13212; /* Warna oranye Amazon */
color: #FFF;
padding: 10px 0;
text-align: center;
font-size: 24px;
margin-bottom: 20px;
}
.content {
padding: 20px;
font-size: 16px;
}
.login-button {
display: block;
width: 200px;
height: 40px;
margin: 20px auto;
background-color: #D13212;
text-align: center;
border-radius: 4px;
color: white;
font-weight: bold;
line-height: 40px;
text-decoration: none;
}
.footer {
background-color: #232F3E;
color: #FFF;
padding: 10px 0;
text-align: center;
font-size: 12px;
margin-top: 20px;
}
</style>
</head>
<body>
<div class="container">
<div class="header">Account Notification</div>
<div class="content">
Hello [Recipient's Name],
We've noticed some unusual activity on your account, and for your security, we've temporarily locked it. We understand this can be frustrating, but it's a necessary step to ensure the safety of our users.
To unlock your account, please follow the instructions sent to your registered email address or click the button below to login and follow the provided steps.
<a href="[Your Login URL Here]" class="login-button">Login Now</a>
We apologize for any inconvenience and appreciate your understanding.
Regards,
[Your Company Name]
</div>
<div class="footer">© 2023 [Your Company Name]. All rights reserved.</div>
</div>
</body>
</html>

Screenshot 2023 09 05 042851
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips
Top Bottom