52 lines
1.8 KiB
HTML
52 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Impressum – DMRmap</title>
|
||
<link rel="stylesheet" href="style.css" />
|
||
<style>
|
||
body { overflow: auto; background: var(--bg); color: var(--text); }
|
||
.legal { max-width: 640px; margin: 0 auto; padding: 32px 20px; font-size: 14px; line-height: 1.7; }
|
||
.legal h1 { font-size: 22px; margin-bottom: 20px; }
|
||
.legal h2 { font-size: 16px; margin-top: 24px; margin-bottom: 8px; }
|
||
.legal p { margin-bottom: 12px; }
|
||
.legal a { color: var(--text-muted); }
|
||
.back { display: inline-block; margin-bottom: 16px; font-size: 13px; color: var(--text-muted); text-decoration: none; }
|
||
.back:hover { text-decoration: underline; }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="legal">
|
||
<a href="/" class="back">← Zur Karte</a>
|
||
<h1>Impressum</h1>
|
||
|
||
<h2>Angaben gemäß § 5 TMG</h2>
|
||
<p>
|
||
Bearologics GmbH<br>
|
||
Bergstraße 18<br>
|
||
29221 Celle<br>
|
||
Deutschland
|
||
</p>
|
||
|
||
<h2>Vertreten durch</h2>
|
||
<p>Marcus Kida</p>
|
||
|
||
<h2>Kontakt</h2>
|
||
<p>E-Mail: mail@bearologics.com</p>
|
||
|
||
<h2>Handelsregister</h2>
|
||
<p>
|
||
Registergericht: Amtsgericht Lüneburg<br>
|
||
Registernummer: HRB 212614
|
||
</p>
|
||
|
||
<h2>Haftungsausschluss</h2>
|
||
<p>
|
||
Die auf dieser Website dargestellten Repeaterdaten stammen aus öffentlich
|
||
zugänglichen Quellen (RadioID, BrandMeister). Für die Richtigkeit, Vollständigkeit
|
||
und Aktualität der Daten wird keine Gewähr übernommen.
|
||
</p>
|
||
</div>
|
||
</body>
|
||
</html>
|