Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 33s
59 lines
1.8 KiB
HTML
59 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 - Valtrix</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<header id="header">
|
|
<div class="container header-content">
|
|
<a href="index.html" class="logo">Valtrix<span class="dot">.</span></a>
|
|
</div>
|
|
</header>
|
|
|
|
<section class="section">
|
|
<div class="container legal-content">
|
|
<h1>Impressum</h1>
|
|
<br>
|
|
<h3>Angaben gemäß § 5 TMG</h3>
|
|
<p>Valtrix GmbH<br>
|
|
Musterstraße 123<br>
|
|
10115 Berlin</p>
|
|
|
|
<br>
|
|
<h3>Kontakt</h3>
|
|
<p>Telefon: +49 (0) 123 456789<br>
|
|
E-Mail: info@valtrix.systems</p>
|
|
|
|
<br>
|
|
<h3>Registereintrag</h3>
|
|
<p>Eintragung im Handelsregister.<br>
|
|
Registergericht: Amtsgericht Berlin-Charlottenburg<br>
|
|
Registernummer: HRB 123456</p>
|
|
|
|
<br>
|
|
<h3>Umsatzsteuer-ID</h3>
|
|
<p>Umsatzsteuer-Identifikationsnummer gemäß § 27 a Umsatzsteuergesetz:<br>
|
|
DE123456789</p>
|
|
</div>
|
|
</section>
|
|
|
|
<footer>
|
|
<div class="container footer-content">
|
|
<p class="copyright">© 2025 Valtrix. Alle Rechte vorbehalten.</p>
|
|
<div class="footer-links">
|
|
<ul>
|
|
<li><a href="index.html#contact">Kontakt</a></li>
|
|
<li><a href="datenschutz.html">Datenschutz</a></li>
|
|
<li><a href="impressum-en.html" style="opacity: 0.7;">EN</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
|
|
</html> |