pamapi/src/main/resources/templates/mail/sendNoticeEmail.html | ●●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程 |
pamapi/src/main/resources/templates/mail/sendNoticeEmail.html
¤ñ¹ï·sÀÉ®× @@ -0,0 +1,22 @@ <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> </body> </html> <!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org" lang="zh"> <head> <title>ç´è¨ªéç¥</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> <p style="white-space: pre" th:text="${content}"></p> </body> </html>