Untitled
unknown
plain_text
18 days ago
1.7 kB
3
Indexable
Never
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta content="width=device-width, initial-scale=1.0" name="viewport" /> <title>Update Payment Information</title> <style type="text/css">body { font-family: Arial, sans-serif; background-color: #f4f4f4; margin: 0; padding: 0; } .container { max-width: 600px; margin: 50px auto; padding: 20px; background-color: #ffffff; border: 1px solid #ddd; border-radius: 8px; box-shadow: 0 0 10px rgba(0,0,0,0.1); } .header { font-size: 24px; margin-bottom: 20px; text-align: center; } .button { display: block; width: 100%; padding: 15px; margin: 20px 0; text-align: center; background-color: #007bff; color: #ffffff; font-size: 16px; font-weight: bold; text-decoration: none; border-radius: 5px; } .footer { font-size: 12px; color: #666; text-align: center; margin-top: 20px; } </style> </head> <body> <div class="container"> <div class="header" style="text-align: left;">Hello,</div> <p>To ensure the best possible experience, we kindly ask you to verify that your payment information is up-to-date and accurate.</p> <p>Update your information now to guarantee seamless and optimal access to our services.</p> <a class="button" href="update-link.html">Confirm Now</a> <div class="footer">Copyright © EasyPark AB 2024</div> </div> </body> </html>
Leave a Comment