Cleanup, Live Reload added, Gitea actions for deploying to Strato added
Deploy / build-and-deploy (push) Failing after 42s

This commit is contained in:
Tabascl
2026-09-17 20:56:34 +02:00
parent fac45d545c
commit 88a84bff48
7 changed files with 4261 additions and 174 deletions
+23
View File
@@ -0,0 +1,23 @@
<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>