mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-07-26 12:08:15 +00:00
22 lines
802 B
HTML
22 lines
802 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Legal Notice | KoalaSync</title>
|
|
<meta name="description" content="The KoalaSync legal notice has moved to the central KoalaStuff legal notice.">
|
|
<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>Legal notice moved</h1>
|
|
<p>The KoalaSync legal notice is now available at the central KoalaStuff address.</p>
|
|
<p><a class="legal-inline-link" href="https://koalastuff.net/legal">Open the central legal notice</a></p>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html>
|