You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

change_mail_confirm_old_template_en-US.html 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. body {
  6. font-family: 'Arial', sans-serif;
  7. line-height: 16pt;
  8. color: #101828;
  9. background-color: #e9ebf0;
  10. margin: 0;
  11. padding: 0;
  12. }
  13. .container {
  14. width: 504px;
  15. height: 454px;
  16. margin: 40px auto;
  17. padding: 0 48px;
  18. background-color: #fcfcfd;
  19. border-radius: 16px;
  20. border: 1px solid #ffffff;
  21. box-shadow: 0px 3px 10px -2px rgba(9, 9, 11, 0.08), 0px 2px 4px -2px rgba(9, 9, 11, 0.06);
  22. }
  23. .header {
  24. padding-top: 36px;
  25. padding-bottom: 24px;
  26. }
  27. .header img {
  28. max-width: 63px;
  29. height: auto;
  30. }
  31. .title {
  32. margin: 0;
  33. padding-top: 8px;
  34. padding-bottom: 16px;
  35. color: #101828;
  36. font-size: 24px;
  37. font-family: Inter;
  38. font-style: normal;
  39. font-weight: 600;
  40. line-height: 120%; /* 28.8px */
  41. }
  42. .description {
  43. color: #354052;
  44. font-size: 14px;
  45. font-family: Inter;
  46. font-style: normal;
  47. font-weight: 400;
  48. line-height: 20px; /* 142.857% */
  49. letter-spacing: -0.07px;
  50. }
  51. .content1 {
  52. margin: 0;
  53. padding-top: 16px;
  54. padding-bottom: 12px;
  55. }
  56. .content2 {
  57. margin: 0;
  58. }
  59. .content3 {
  60. margin: 0;
  61. padding-bottom: 12px;
  62. }
  63. .code-content {
  64. margin-bottom: 8px;
  65. padding: 16px 32px;
  66. text-align: center;
  67. border-radius: 16px;
  68. background-color: #f2f4f7;
  69. }
  70. .code {
  71. color: #101828;
  72. font-family: Inter;
  73. font-size: 30px;
  74. font-style: normal;
  75. font-weight: 700;
  76. line-height: 36px;
  77. }
  78. .tips {
  79. margin: 0;
  80. padding-top: 12px;
  81. padding-bottom: 16px;
  82. color: #354052;
  83. font-size: 14px;
  84. font-family: Inter;
  85. font-style: normal;
  86. font-weight: 400;
  87. line-height: 20px; /* 142.857% */
  88. letter-spacing: -0.07px;
  89. }
  90. </style>
  91. </head>
  92. <body>
  93. <div class="container">
  94. <div class="header">
  95. <!-- Optional: Add a logo or a header image here -->
  96. <img src="https://assets.dify.ai/images/logo.png" alt="Dify Logo" />
  97. </div>
  98. <p class="title">Verify Your Request to Change Email</p>
  99. <div class="description">
  100. <p class="content1">We received a request to change the email address associated with your Dify account.</p>
  101. <p class="content2">To confirm this action, please use the verification code below.</p>
  102. <p class="content3">This code will only be valid for the next 5 minutes:</p>
  103. </div>
  104. <div class="code-content">
  105. <span class="code">{{code}}</span>
  106. </div>
  107. <p class="tips">If you didn’t make this request, please ignore this email or contact support immediately.</p>
  108. </div>
  109. </body>
  110. </html>