This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/static/email/verify-email.html

11 lines
195 B
HTML
Raw Normal View History

2015-08-18 05:57:27 +05:30
<html>
<body>
Hello!
<br/>
Please verify that your email is {{ .email }} by clicking here:
<br/>
<br/>
<a href="{{ .link }}">Click here to verify!</a>
2015-08-18 05:57:27 +05:30
</body>
</html>