mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-07-26 12:08:15 +00:00
22 lines
804 B
HTML
22 lines
804 B
HTML
<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Impressum | KoalaSync</title>
|
|
<meta name="description" content="Das KoalaSync-Impressum ist zum zentralen KoalaStuff-Impressum umgezogen.">
|
|
<meta name="robots" content="noindex, follow">
|
|
<link rel="canonical" href="https://koalastuff.net/legal">
|
|
<link rel="stylesheet" href="../style.min.css">
|
|
</head>
|
|
<body>
|
|
<main class="legal-content">
|
|
<div class="legal-card">
|
|
<h1>Impressum umgezogen</h1>
|
|
<p>Das KoalaSync-Impressum ist jetzt unter der zentralen KoalaStuff-Adresse verfügbar.</p>
|
|
<p><a class="legal-inline-link" href="https://koalastuff.net/legal">Zentrales Impressum öffnen</a></p>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html>
|