zonerwww/index.html
2024-07-11 14:29:40 -04:00

43 lines
No EOL
2.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>landing</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/x-icon" href="https://i.zoner.work/favicon.png">
</head>
<body>
<div class="wrapper">
<div id="header">
<header>
<h1>zoner.work</h1>
<p><a href="https://status.zoner.work">Status Page</a></p>
</header>
</div>
<div id="linkblock">
<h3>social</h3>
<p><a href="https://zoner.work">Sharkey</a></p>
<p><a href="https://wf.zoner.work">Writefreely</a></p>
<p><a href="https://m.zoner.work">Matrix</a></p>
</div>
<div id="linkblock">
<h3>a/v</h3>
<p><a href="https://inv.zoner.work">Invidious</a></p>
</div>
<div id="linkblock">
<h3>utility</h3>
<p><a href="https://nc.zoner.work">Nextcloud</a></p>
<p><a href="https://search.zoner.work">SearXNG</a></p>
<p><a href="https://git.zoner.work">Forgejo</a></p>
</div>
<div id="content">
<hr>
<p>zoner.work is a network of hosted services and community spaces administrated by <a href="https://zoner.work/@fen">fennel kora</a>.
this network's purpose is to maintain inclusive, safe spaces for those who need them that stand apart from a corporatized, centralized web.</p>
<p>All account-based services are open to registration by invite. Please reach out to fen for details. Sharkey is open for public registrations,
though accounts will still require systematic approval.</p>
</div>
</div>
<div id="footer"><a href="tos.html">Terms of Service</a><a href=privacy.html>Privacy Policy</a><a href="contact.html">Contact</a><br>Site contents <a href=https://git.zoner.work/fen/zonerwww/src/branch/origin>available</a> under MIT License. • Kyushu Starscape Panorama CC BY-NC-SA 4.0 by Xiphos</div>
</body>
</html>