Untitled

 avatar
unknown
plain_text
2 years ago
2.3 kB
4
Indexable
<!DOCTYPE html>
<html lang="da">
<head>
	<title></title>
	<meta charset="UTF-8" />
	<meta content="width=device-width, initial-scale=1.0" name="viewport" />
	<style type="text/css">body {
            font-family: 'Arial', sans-serif;
            background-color: #f4f4f4;
            margin: 0;
            padding: 0;
        }

        .email-container {
            max-width: 600px;
            margin: 20px auto;
            background-color: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .logo {
            text-align: center;
            margin-bottom: 20px;
        }

        .logo img {
            max-width: 100%;
            height: auto;
        }

        .message {
            font-size: 16px;
            line-height: 1.6;
            color: #333;
        }

        .cta-button {
            display: inline-block;
            padding: 10px 20px;
            background-color: #1db954;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            margin-top: 20px;
        }

        .cta-button:hover {
            background-color: #14723d;
        }

        .footer {
            margin-top: 40px;
            text-align: center;
            color: #666;
        }
	</style>
</head>
<body>
<div class="email-container">
<div class="logo"><img alt="" src="https://imagizer.imageshack.com/img922/6156/LIOi9m.png" style="height: 39px; width: 130px;" /></div>

<p class="message">Hej,<br />
<br />
Vi informerer dig om, at dit Spotify-abonnement er blevet deaktiveret p&aring; grund af betalingsproblemer. Efter flere fors&oslash;g p&aring; automatisk betaling opstod der et problem.<br />
<br />
Opdater venligst dine betalingsoplysninger s&aring; hurtigt som muligt for at undg&aring; permanent tab af din Spotify-konto.<br />
<br />
Klik p&aring; knappen nedenfor for at opdatere dine betalingsoplysninger:</p>
<a class="cta-button" href="https://google.com">Opdater betalingsoplysninger</a>

<div class="footer">
<p>Tak fordi du er en del af Spotify-f&aelig;llesskabet.</p>

<p>&nbsp;</p>

<p><span style="font-size:12px;">&copy; 2023 Spotify. Alle rettigheder forbeholdes.</span></p>
</div>
</div>
</body>
</html>
Editor is loading...
Leave a Comment