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

33 lines
1.0 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>Tuxflotte.deWorkspace Lifecycle Management for Linux</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img src="tuxflotte-beschriftet-schatten.svg" alt="Logo" class="top-logo">
<h1>Hier entsteht eine Workspace Lifecycle-Management Plattform für Linux</h1>
</header>
<main>
<section class="card">
<h3>Tuxflotte beschreibt Linux-Workspaces, stellt sie bereit und verwaltet sie.</h3>
<p>Eine distributionsunabhängige Plattform für den Lebenszyklus standardisierter Linux-Workspaces.</p>
</section>
<!--section class="grid">
<div class="card">
</section-->
</main>
<footer>
<p>&copy; 2026 info@tuxflotte.de</p>
<p><a href=disclaimer.html>Disclaimer</a> - <a href=impressum.html>Impressum</a></p>
</footer>
</body>
</html>