19 lines
776 B
HTML
19 lines
776 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 abgebrochen - Email Sortierer</title>
|
|
</head>
|
|
<body>
|
|
<div style="max-width: 600px; margin: 50px auto; padding: 20px; text-align: center;">
|
|
<h1>❌ Bezahlung abgebrochen</h1>
|
|
<p>Die Bezahlung wurde abgebrochen oder ist fehlgeschlagen.</p>
|
|
<p>Keine Sorge - es wurde nichts berechnet.</p>
|
|
<p>Du kannst jederzeit zurückkehren und den Vorgang erneut versuchen.</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>
|