127.0.0.1:8000 watch-together / master server / utils / email_templates / password_reset.html
master

Tree @master (Download .tar.gz)

password_reset.html @masterraw · history · blame

<!DOCTYPE html>
<html>

<head>
</head>

<body style="margin: 20px; font-family: Helvetica;">
    <div style="font-size: 15px;">
        Click the link below to reset your password.<br><br>
        <a href="https://[DOMAIN]/password-reset?[QUERY]" style="color: #226fff">
            https://[DOMAIN]/password-reset?[QUERY]
        </a><br><br>
        If you did not request to reset your password please ignore this email.
    </div>
</body>

</html>