1
0
Fork 0
mirror of synced 2024-06-30 20:21:16 +12:00

Add Thai template

This commit is contained in:
Vinat K 2019-10-21 00:17:07 +01:00 committed by GitHub
parent 523452a5fb
commit c9ffa34195
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,24 @@
<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
สวัสดี {{name}},
<br />
<br />
ตามไปยังลิงค์นี้เพื่อรีเซ็ตรหัสผ่าน {{project}}.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
หากคุณไม่ได้ขอให้ตั้งรหัสผ่านใหม่คุณสามารถเพิกเฉยต่อข้อความนี้ได้
<br />
<br />
ขอบคุณ,
<br />
ทีม {{project}}
</div>