13 lines
351 B
PHP
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')?>
|