Initial commit: Backup der Webseiten

- zoesch.de
- blitzkiste.net
- gruene-hassberge (norbert.zoesch.de)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Felix Zösch
2025-12-13 01:17:15 +01:00
commit 07c290a453
4607 changed files with 1202735 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Impressum</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: sans-serif;
padding: 2rem;
line-height: 1.6;
max-width: 800px;
margin: auto;
background-color: #f9f9f9;
color: #333;
}
h1 {
font-size: 1.8rem;
margin-bottom: 1rem;
}
a {
color: #0077cc;
}
</style>
</head>
<body>
<h1>Impressum</h1>
<h2>Angaben gemäß § 5 TMG</h2>
<p>
<strong>Felix Zösch</strong><br>
Georg-Elser-Str. 4<br>
97437 Haßfurt<br>
</p>
<h2>Kontakt</h2>
<p>
E-Mail: <a href="mailto:info@blitzkiste.net">info@blitzkiste.net</a><br>
(Telefonnummer auf Anfrage)
</p>
<h2>Verantwortlich für den Inhalt nach § 55 Abs. 2 RStV</h2>
<p>
Siehe Angaben gemäß § 5 TMG.
</p>
<p>Stand: April 2025</p>
</body>
</html>