1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/app/config/locale/templates/zh-cn.email.auth.confirm.tpl
2019-10-05 08:44:10 +03:00

24 lines
513 B
Smarty

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
{{name}} 你好,
<br />
<br />
请点击下方的链接验证你的电子邮箱地址。
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
如果你没有请求验证本邮箱,请忽略这份邮件。
<br />
<br />
谢谢。
<br />
来自 {{project}}
</div>