m0e.space/src/routes/matrix/+page.svelte

32 lines
994 B
Svelte

<script lang="ts">
import Member from '$lib/components/Member.svelte';
import Paragraph from '$lib/components/Paragraph.svelte';
</script>
<svelte:head>
<title>guest@m0e.space ~/matrix</title>
<meta property="og:title" content="guest@m0e.space ~/matrix" />
</svelte:head>
<h1 class="text-center text-3xl mt-2">Matrix</h1>
<Paragraph title="owo whats dis?">
<p class="text-text/70 text-md break-words">
Matrix is an open standard and communication protocol for real-time communication with di. It
uses end-to-end encryption by default for all your conversations.
</p>
</Paragraph>
<Paragraph title="How to connect">
<p class="text-text/60 text-md">
You can use hosted web client Cinny (looks similar to Discord): <a
href="https://cinny.m0e.space">cinny.m0e.space</a
>
</p>
<br />
<p class="text-text/60 text-md break-words">Or connect manually:</p>
<p class="text-text/60 text-md">
- Homeserver <code class="monospace">https://m0e.space:443</code>
</p>
</Paragraph>