Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update email template #42

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Update email template #42

merged 1 commit into from
Aug 8, 2024

Conversation

brh28
Copy link
Collaborator

@brh28 brh28 commented Aug 8, 2024

<style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; color: GaloyMoney#333; }
    .container {
        max-width: 600px;
        margin: 0 auto;
        background-color: #ffffff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .header {
        background-color: #007bff;
        color: #ffffff;
        text-align: center;
        padding: 20px;
    }

    .header h1 {
        margin: 0;
        font-size: 24px;
    }

    .header img {
        max-width: 100px;
        margin-top: 10px;
    }

    .content {
        padding: 20px;
        text-align: center;
    }

    .content h2 {
        font-size: 20px;
        margin: 20px 0;
    }

    .content p {
        font-size: 16px;
        margin: 10px 0;
    }

    .code {
        font-size: 24px;
        font-weight: bold;
        color: #007bff;
        margin: 20px 0;
    }

    .footer {
        background-color: #f4f4f4;
        color: #777;
        text-align: center;
        padding: 10px;
        font-size: 12px;
    }
</style>

Welcome to Flash

Welcome Image

Confirm Your Access

Hi,

Confirm access to your Flash account using the following code:

{{ .RecoveryCode }}

This code will only be used once. Do not share it with anyone.

© 2024 Flash. All rights reserved.

@brh28 brh28 merged commit 4b5b531 into lnflash:main Aug 8, 2024
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant