Files
2026-09-17 20:56:34 +02:00

23 lines
751 B
HTML

<html>
<head>
<link href="css/output.css" rel="stylesheet">
<link rel="icon" type="image/webp" href="images/Icon.webp">
<title>Alles Blume Roding</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" charset="UTF-8" />
</head>
<body class="bg-zinc-200 dark text-gray-900 max-w-3xl mx-auto px-4 py-8 align-center text-center">
<h1 class="text-3xl pb-6">Impressum</h1>
<p class="pb-2 underline">
Alles Blume GbR - Fachfloristik in Roding<br>
</p>
<p class="pb-2">
Bierkellerweg 3, 93426 Roding<br>
impressum@allesblumeroding.de<br>
Ansprechpartner: Eva Kulzer<br>
</p>
<a href="index.html" class="text-sm text-gray-500">zur Startseite</a>
</body>
</html>