2020-12-25 20:51:40 +01:00
|
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
2021-06-08 20:54:00 +02:00
|
|
|
|
<title>Cozy Town – Cozy Services for Cozy Townies</title>
|
2020-12-25 20:51:40 +01:00
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2021-06-08 20:54:00 +02:00
|
|
|
|
<link rel="stylesheet" href="index.css" type="text/css" media="screen" />
|
|
|
|
|
<link rel="icon" type="image/png" href="favicon.png">
|
2020-12-25 20:51:40 +01:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2021-06-08 20:54:00 +02:00
|
|
|
|
<header>
|
|
|
|
|
<h1>Cozy Town</h1>
|
|
|
|
|
<p>Cozy Services for Cozy Townies</p>
|
2020-12-25 20:51:40 +01:00
|
|
|
|
<sun></sun>
|
2021-06-08 20:54:00 +02:00
|
|
|
|
<hillshade></hillshade>
|
|
|
|
|
<hill></hill>
|
|
|
|
|
</header>
|
|
|
|
|
<main>
|
|
|
|
|
<article class="matrix">
|
|
|
|
|
<h1>Matrix</h1>
|
|
|
|
|
<p>Matrix is an open-source, decentralised and secure communication standard.</p>
|
|
|
|
|
<a href="https://chat.cozy.town">Chat</a>
|
|
|
|
|
<a href="https://chat.cozy.town/register">Register</a>
|
|
|
|
|
</article>
|
|
|
|
|
<article class="xmpp">
|
|
|
|
|
<h1>XMPP/Jabber</h1>
|
|
|
|
|
<p>XMPP/Jabber is an open-source, decentralised and secure communication standard.</p>
|
|
|
|
|
<a href="https://xmpp.cozy.town">Chat</a>
|
|
|
|
|
<a href="https://xmpp.cozy.town/register">Register</a>
|
|
|
|
|
</article>
|
|
|
|
|
<!--<article class="ttrss">
|
|
|
|
|
<h1>TTRSS</h1>
|
|
|
|
|
<p>XMPP/Jabber is an open-source, decentralised and secure communication standard.</p>
|
|
|
|
|
<a href="https://feed.cozy.town">Read</a>
|
|
|
|
|
</article>-->
|
|
|
|
|
<article class="gitea">
|
|
|
|
|
<h1>Gitea</h1>
|
|
|
|
|
<p>Gitea is an open-source (source code) version control software.</p>
|
|
|
|
|
<a href="https://code.cozy.town">Code</a>
|
|
|
|
|
</article>
|
|
|
|
|
<!--<article class="nextcloud">
|
|
|
|
|
<h1>Nextcloud</h1>
|
|
|
|
|
<p>XMPP/Jabber is an open-source, decentralised and secure communication standard.</p>
|
|
|
|
|
<a href="https://cloud.cozy.town"></a>
|
|
|
|
|
</article>-->
|
|
|
|
|
<!--<article class="pleroma">
|
|
|
|
|
<h1>Pleroma</h1>
|
|
|
|
|
<p>Pleroma is an open-source and decentralised social network based on the fediverse.</p>
|
|
|
|
|
<a href="https://fedi.cozy.town">Socialize</a>
|
|
|
|
|
</article>-->
|
|
|
|
|
<!--<article class="etherpad">
|
|
|
|
|
<h1>Etherpad</h1>
|
|
|
|
|
<p>Etherpad is an open-source real time editor.</p>
|
|
|
|
|
<a href="https://text.cozy.town">Write</a>
|
|
|
|
|
</article>-->
|
|
|
|
|
<article class="mumble">
|
|
|
|
|
<h1>Mumble</h1>
|
|
|
|
|
<p>Mumble is an open-source, decentralised and secure voice chat.</p>
|
|
|
|
|
<a href="https://mumble.cozy.town">Talk</a>
|
|
|
|
|
</article>
|
|
|
|
|
</main>
|
2020-12-25 20:51:40 +01:00
|
|
|
|
</body>
|
|
|
|
|
</html>
|