保誠-保戶業務員媒合平台
wayne
2022-05-16 4298bef66a8666561961c26451e1e69111dee240
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>