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

14 lines
413 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>Сброс пароля</title>
</head>
<body>
<h1>Сброс пароля</h1>
<p>Для сброса пароля перейдите по ссылке:</p>
<a href="{{.AppURL}}/reset-password?token={{.Token}}">Сбросить пароль</a>
<p>Ссылка действительна 24 часа.</p>
<p>&copy; {{.Year}}</p>
</body>
</html>