infoseite/impressum.html
2026-08-26 10:51:23 +02:00

33 lines
841 B
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>Tuxflotte.de Linux Provisioning & Lifecycle Management</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img src="tuxflotte-beschriftet-schatten.svg" alt="Logo" class="top-logo">
<h1>Impressum</h1>
</header>
<main>
<section class="card">
<p>
Verantwortlich für die Website und deren Subdomains ist:<br>
Sabine Gaugigl<br>
München<br>
info@tuxflotte.de</p>
</ol>
</p>
</section>
</main>
<footer>
<p>&copy; 2026 info@tuxflotte.de</p>
<p><a href=index.html>Startseite</a> - <a href=disclaimer.html>Disclaimer</a></p>
</footer>
</body>
</html>