16 lines
388 B
HTML
16 lines
388 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<p>Hello,</p>
|
|
<p>Thank you for joining us at {{.appName}}.</p>
|
|
<p>Click on the button below to verify your email address.</p>
|
|
<p>
|
|
<a class="btn" href="{{.appUrl}}/_/#/auth/confirm-verification/{{.token}}" target="_blank" rel="noopener">Verify</a>
|
|
</p>
|
|
<p>
|
|
Thanks,<br/>
|
|
{{.appName}} team
|
|
</p>
|
|
</body>
|
|
</html>
|