Initial commit: dotzhauer v4 heimat + Dockerfile/nginx for Coolify

This commit is contained in:
2026-06-03 12:18:42 +02:00
committed by Ihor_Zhekov
commit e8f0da9187
21 changed files with 3347 additions and 0 deletions

23
index.html Normal file
View File

@@ -0,0 +1,23 @@
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#ebe1cc" />
<title>Dotzauer · ein Cottbusser Familienbetrieb seit 1927</title>
<meta
name="description"
content="Drei Generationen Familie Dotzauer — Handwerk für Kälte, Klima und Wärme. Aus Cottbus, mit dem Herzen für die Lausitz und ganz Deutschland."
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Sora:wght@100..800&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>