Complete Email Sortierer implementation with Appwrite and Stripe integration
This commit is contained in:
18
public/cancel.html
Normal file
18
public/cancel.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user