initial commit
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user