madipo2611 0d4b8b203e v0.0.2
2025-05-01 12:17:42 +03:00

14 lines
453 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Подтверждение email</title>
</head>
<body>
<h1>Подтвердите ваш email</h1>
<p>Для завершения регистрации перейдите по ссылке:</p>
<a href="{{.AppURL}}/confirm-email?token={{.Token}}">Подтвердить email</a>
<p>С уважением,<br>Команда сервиса</p>
<p>&copy; {{.Year}}</p>
</body>
</html>