Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Email Template</title>
- <style>
- body {
- font-family: Arial, sans-serif;
- background-color: #f4f4f4;
- color: #333;
- margin: 0;
- padding: 0;
- }
- .container {
- width: 90%;
- max-width: 400px; /* Reduce the size for mobile-friendly view */
- margin: 20px auto;
- background-color: #ffffff;
- padding: 20px;
- border: 1px solid #ddd;
- border-radius: 10px; /* Rounded corners */
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
- }
- img {
- max-width: 100%;
- height: auto; /* Ensure image scales properly */
- display: block;
- margin: 0 auto; /* Center the image */
- border-radius: 10px; /* Match container's rounded corners */
- }
- h1 {
- color: #333;
- }
- p {
- font-size: 16px;
- line-height: 1.5;
- }
- .footer {
- margin-top: 20px;
- font-size: 14px;
- color: #666;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <p><img src="https://i.ibb.co/fqsQRmZ/kachib.jpg" alt="Kachiboost Logo"></p>
- <br><br>
- <p><b>Hi Dear,</b></p>
- <p><b>We sincerely apologize for the inconvenience experienced in the past weeks.</b></p>
- <p><b>Our server encountered technical difficulties and went down.</b></p>
- <p><b>We are pleased to inform you that Kachiboost is now fully operational.</b></p>
- <p><b>We will take measures to ensure this does not happen again.</b></p>
- <p><b>Best regards,</p>
- <p><b>@Management</p>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement