website/index.html

63 lines
2.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en">
<head>
<title>Cozy Town Cozy Services for Cozy Townies</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="index.css" type="text/css" media="screen" />
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<header>
<h1>Cozy Town</h1>
<p>Cozy Services for Cozy Townies</p>
<sun></sun>
<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>
</body>
</html>