willy.club/views/pages/matrix.php

16 lines
752 B
PHP

<?=view('templates/header', ['title' => 'Matrix Homeserver'])?>
<s>
<h1>Matrix Homeserver</h1>
<p>Come hang out with the other terminally online losers and bitch about all of the worlds problems on the Willy Club matrix homeserver. You can also use it to communicate freely or whatever.</p>
<p>You can register on a client that supports it by adding:</p>
<code>https://matrix.willy.club</code>
<p>as the homeserver, have fun and be nice!</p>
<p>There is an Element web client hosted here but it's recommended you use your own client for security as a compromised client may leak your private keys potentially allowing hackers to decrypt messages in the case of a data breach or by logging into your account.</p>
</s>
<?=view('templates/footer')?>