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

Tree @master (Download .tar.gz)

confirmation.html @masterraw · history · blame

<!DOCTYPE html>
<html>

<head>
</head>

<body style="margin: 20px; font-family: Helvetica;">
    <div style="font-size: 15px;">
        <span style="font-size: 22px;">Welcome to Watch Together!</span><br><br>
        Confirm your email by clicking the link below.<br><br>
        <a href="https://[DOMAIN]/confirm-email?[QUERY]" style="color: #226fff">
            https://[DOMAIN]/confirm-email?[QUERY]
        </a><br><br>
        Your email will only be used for password reset functionality.<br>
        You will never recieve unsolicited emails from Watch Together.<br><br>
        If you did not sign up for a Watch Together account please ignore this email.
    </div>
</body>

</html>