willy.club/views/pages/matrix.php

15 lines
479 B
PHP

<?=view('templates/header', ['title' => 'Matrix Homeserver'])?>
<h1>Matrix Homeserver</h1>
<p>REGISTRATIONS CLOSED FOR THE TIME BEING!</p>
<p>Come hang out with the other terminally online losers 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>
<?=view('templates/footer')?>