Files
desfoto/src/gtin/impressum/index.html
2026-09-25 19:51:41 +02:00

45 lines
1.6 KiB
HTML

<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Impressum</title>
<meta name="robots" content="noindex, nofollow" />
<link rel="canonical" href="https://desfoto.de/gtin/impressum/" />
<link rel="icon" href="/gtin/icons/favicon.svg" type="image/svg+xml" />
<style>
:root { color-scheme: light; font: 16px/1.65 system-ui, sans-serif; color: #202124; background: #fff; }
body { box-sizing: border-box; max-width: 42rem; margin: 0 auto; padding: 2.5rem 1.25rem; }
h1 { margin: 0 0 1.5rem; font-size: clamp(2rem, 7vw, 3rem); line-height: 1.1; }
h2 { margin: 2rem 0 .5rem; font-size: 1.1rem; }
p { margin: .5rem 0 1rem; }
a { color: #174ea6; }
footer { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid #ddd; }
footer a + a { margin-left: 1rem; }
</style>
</head>
<body>
<main>
<h1>Impressum</h1>
<p>Angaben gemäß § 5 DDG für das GTIN-Werkzeug.</p>
<h2>Anbieter</h2>
<p><strong>Denny Schulz Fotografie</strong><br />
Inhaber: Denny Schulz<br />
Flensburger Str. 16<br />
24537 Neumünster<br />
Deutschland</p>
<h2>Kontakt</h2>
<p>E-Mail: <a href="mailto:info@dennyschulz.de">info@dennyschulz.de</a><br />
Telefon: <a href="tel:+491754083133">+49 175 4083133</a></p>
<p>Wirtschafts-Identifikationsnummer: DE462149560</p>
</main>
<footer>
<a href="/gtin/">Zum GTIN-Werkzeug</a>
<a href="/gtin/datenschutz/">Datenschutz</a>
</footer>
</body>
</html>