initial commit

This commit is contained in:
Thies Mueller
2026-04-25 23:00:38 +02:00
commit bbcfaf32f7
21 changed files with 2695 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<!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>