13 lines
468 B
PHP
13 lines
468 B
PHP
<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Zahlung erfolgreich - Fotospiel</title>
|
|
</head>
|
|
<body class="container mx-auto px-4 py-8 text-center">
|
|
<h1>Zahlung erfolgreich!</h1>
|
|
<p>Vielen Dank für Ihren Kauf. Ihr Konto wurde aktualisiert.</p>
|
|
<a href="/admin" class="bg-green-600 text-white px-4 py-2 rounded">Zum Admin-Dashboard</a>
|
|
</body>
|
|
</html> |