Untitled


SUBMITTED BY: Metaverse

DATE: May 17, 2024, 6:44 p.m.

UPDATED: Aug. 4, 2024, 11:39 p.m.

FORMAT: Text only

SIZE: 1.6 kB

HITS: 874

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Test Message</title>
  5. <style>
  6. body {
  7. font-family: Arial, sans-serif;
  8. background-color: #f4f4f9;
  9. color: #333;
  10. margin: 0;
  11. padding: 20px;
  12. }
  13. .container {
  14. max-width: 600px;
  15. margin: auto;
  16. background: #fff;
  17. padding: 20px;
  18. box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  19. }
  20. h1 {
  21. color: #007BFF;
  22. }
  23. p {
  24. line-height: 1.6;
  25. }
  26. .footer {
  27. margin-top: 20px;
  28. text-align: center;
  29. font-size: 0.9em;
  30. color: #666;
  31. }
  32. </style>
  33. </head>
  34. <body>
  35. <div class="container">
  36. <h1>Welcome to Our Service!</h1>
  37. <p>Dear User,</p>
  38. <p>Thank you for signing up for our service. We are excited to have you on board. Please find below some important information to get you started.</p>
  39. <ul>
  40. <li>Feature 1: Description of feature 1.</li>
  41. <li>Feature 2: Description of feature 2.</li>
  42. <li>Feature 3: Description of feature 3.</li>
  43. </ul>
  44. <p>If you have any questions, feel free to reply to this email or visit our <a href="https://www.example.com/support">support page</a>.</p>
  45. <p>Best regards,<br>The Team</p>
  46. <div class="footer">
  47. &copy; 2024 Our Service, Inc. All rights reserved.
  48. </div>
  49. </div>
  50. </body>
  51. </html>

comments powered by Disqus