Files
Thies Mueller bbcfaf32f7 initial commit
2026-04-25 23:00:38 +02:00

18 lines
571 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Erfolg</title>
<link href="/assets/tailwind.css" rel="stylesheet">
</head>
<body class="bg-gray-900 text-white flex items-center justify-center min-h-screen">
<div class="bg-gray-800 p-8 rounded-2xl text-center">
<h1 class="text-2xl mb-4">Anfrage gesendet</h1>
<p class="mb-6">Wir melden uns zeitnah bei dir.</p>
<a href="contact.html" class="bg-blue-600 px-4 py-2">Zurück</a>
</div>
</body>
</html>