DMRmap/static/impressum.html
2026-02-10 13:00:57 +01:00

52 lines
1.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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">&larr; Zur Karte</a>
<h1>Impressum</h1>
<h2>Angaben gem&auml;&szlig; &sect; 5 TMG</h2>
<p>
Bearologics GmbH<br>
Bergstra&szlig;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&uuml;neburg<br>
Registernummer: HRB 212614
</p>
<h2>Haftungsausschluss</h2>
<p>
Die auf dieser Website dargestellten Repeaterdaten stammen aus &ouml;ffentlich
zug&auml;nglichen Quellen (RadioID, BrandMeister). F&uuml;r die Richtigkeit, Vollst&auml;ndigkeit
und Aktualit&auml;t der Daten wird keine Gew&auml;hr &uuml;bernommen.
</p>
</div>
</body>
</html>