homepage/out/legal/shutdown.html

28 lines
1.1 KiB
HTML
Raw Normal View History

2022-11-16 20:29:52 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Hippoz Shutdown Notice">
<title>Hippoz Shutdown Notice</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main-container">
<div style="--selected-color: var(--accent)" class="accent-card">
<span class="title-hard">We're in the process of sunsetting hippoz.xyz</span>
</div>
<div style="--selected-color: var(--brand-1)" class="accent-card">
<span class="title">Learn how to archive existing data</span>
<a href="https://www.git-scm.com/docs/git-clone" class="link">-></a>
</div>
<div style="--selected-color: var(--brand-3)" class="accent-card">
<span class="title">Learn why this is happening and how to help</span>
<a href="https://www.patrick-breyer.de/en/cybersecurity-eu-bans-anonymous-internet-sites/" class="link">-></a>
</div>
</div>
</body>
</html>