template.html 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Title</title>
  6. </head>
  7. <body>
  8. <div style="width: 100%; height: 100%;display: flex;justify-content: center">
  9. <div
  10. style="display: flex;justify-content: center;align-items: center;flex-direction: column;margin-top: 30px">
  11. <div style="color: #333;font-size: 20px;padding: 4px 0;">LangChat</div>
  12. <div style="color: #4d4c4cf0;margin-top: 12px;margin-bottom: 8px;">The verification code for this operation is as follows:</div>
  13. <div
  14. style="background: #F4F4F4;border: 1px solid #EEEEEE;padding: 16px 24px;border-radius: 3px;width: 100%;display: flex;justify-content: center">
  15. {}
  16. </div>
  17. <div style="font-size: 12px; margin-top: 8px;color: #AAAAAA;">Note: This operation verification code is valid for 10 minutes</div>
  18. <br/>
  19. <div style="color: #8a8a8a">
  20. 官网首页:
  21. <a href="https://github.com/tycoding/langchat" style="color: #35b378;border-bottom: 1px solid #35b378;text-decoration: none;font-weight: bold;">
  22. https://github.com/tycoding/langchat
  23. </a>
  24. </div>
  25. <div style="color: #8a8a8a;margin-top: 4px">
  26. Github:
  27. <a href="https://github.com/tycoding/langchat" style="color: #35b378;border-bottom: 1px solid #35b378;text-decoration: none;font-weight: bold;">
  28. https://github.com/tycoding/langchat
  29. </a>
  30. </div>
  31. <div style="color: #8a8a8a;margin-top: 12px;margin-bottom: 30px;">
  32. <a href="https://github.com/tycoding/langchat" style="color: #35b378;border-bottom: 1px solid #35b378;text-decoration: none;font-weight: bold;">
  33. LangChat
  34. </a>
  35. Java生态下AI大模型产品解决方案,快速构建企业级AI知识库、AI机器人应用
  36. </div>
  37. </div>
  38. </div>
  39. </body>
  40. </html>