- 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>
50 lines
951 B
HTML
50 lines
951 B
HTML
<!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>
|