willy.club/views/pages/home.php

40 lines
1.1 KiB
PHP

<?=view('templates/header', ['title' => 'Welcome to the Willy Club'])?>
<h1>Welcome to the Willy Club</h1>
<p>More than just willies! Most of the time.</p>
<p>Not at all associated with thewilly.club ASSHOLES squatting my domain name with their shitty NFTs, this is the original.</p>
<p>This space hosts some services for me and friends, maybe it will host some other stuff down the line if I'm not too lazy.</p>
<table>
<tr>
<th>Name</th>
<th>Status</th>
</tr>
<tr>
<td><a href="//git.willy.club">Gitea</a></td>
<td>TBD</td>
</tr>
<tr>
<td><a href="<?=url('/matrix')?>">Matrix</a></td>
<td>TBD</td>
</tr>
<tr>
<td><a href="mumble://mumble.willy.club">Mumble</a></td>
<td>TBD</td>
</tr>
</table>
<h1>Flirt with the webmaster</h1>
<p>Send me a nice and positive message on matrix: <a href="https://matrix.to/#/@william:willy.club">@william:willy.club</a></p>
<h1>Awesome webring or something</h1>
<p>Check out any of these other aweeesome websites!</p>
<p>Well maybe there will be a webring here in the future.</p>
<?=view('templates/footer')?>