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