willy.club/views/pages/matrix.php
2022-12-13 16:59:47 +00:00

13 lines
351 B
PHP

<?=view('templates/header', ['title' => 'Matrix Homeserver'])?>
<h1>Matrix Homeserver</h1>
<p>Come solve all of the worlds problems on the willy club public matrix homeserver.</p>
<p>You can register on a client that supports it by adding:</p>
<code>https://matrix.willy.club</code>
<p>as the homeserver, enjoy!</p>
<?=view('templates/footer')?>