19 lines
796 B
HTML
19 lines
796 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Bezahlung erfolgreich - Email Sortierer</title>
|
|
</head>
|
|
<body>
|
|
<div style="max-width: 600px; margin: 50px auto; padding: 20px; text-align: center;">
|
|
<h1>✅ Bezahlung erfolgreich!</h1>
|
|
<p>Vielen Dank für deinen Kauf des Email Sortierer Service.</p>
|
|
<p>Deine Bestellung wurde erfolgreich abgeschlossen.</p>
|
|
<p>Du erhältst in Kürze eine Bestätigungs-E-Mail mit weiteren Informationen.</p>
|
|
<br>
|
|
<a href="/" style="display: inline-block; padding: 10px 20px; background: #0066cc; color: white; text-decoration: none; border-radius: 5px;">Zurück zur Startseite</a>
|
|
</div>
|
|
</body>
|
|
</html>
|