2022-12-29 01:53:33 +00:00
|
|
|
<?=view('templates/header', ['title' => 'Welcome to the Willy Club'])?>
|
2022-11-29 12:49:29 +00:00
|
|
|
|
2022-12-29 01:53:33 +00:00
|
|
|
<h1>Welcome to the Willy Club</h1>
|
2022-12-13 16:59:47 +00:00
|
|
|
|
2022-12-29 01:53:33 +00:00
|
|
|
<p>Theres 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>
|
2022-12-13 16:59:47 +00:00
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<th>Name</th>
|
|
|
|
<th>Status</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href="//git.willy.club">Gitea</a></td>
|
2022-12-29 01:53:33 +00:00
|
|
|
<td>TBD</td>
|
2022-12-13 16:59:47 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href="<?=url('/matrix')?>">Matrix</a></td>
|
2022-12-29 01:53:33 +00:00
|
|
|
<td>TBD</td>
|
2022-12-13 16:59:47 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td><a href="mumble://mumble.willy.club">Mumble</a></td>
|
2022-12-29 01:53:33 +00:00
|
|
|
<td>TBD</td>
|
2022-12-13 16:59:47 +00:00
|
|
|
</tr>
|
2023-01-02 16:43:01 +00:00
|
|
|
<tr>
|
|
|
|
<td><a href="<?=url('/librespeed/index.html')?>">Speedtest</a></td>
|
|
|
|
<td>TBD</td>
|
|
|
|
</tr>
|
2022-12-13 16:59:47 +00:00
|
|
|
</table>
|
|
|
|
|
2022-12-29 01:53:33 +00:00
|
|
|
<h1>Flirt with the WEBMASTER</h1>
|
2022-12-13 16:59:47 +00:00
|
|
|
|
2022-12-29 01:53:33 +00:00
|
|
|
<p>Send me a nice and positive message on matrix: <a href="#">@william:willy.club</a></p>
|
2022-12-13 16:59:47 +00:00
|
|
|
|
2022-12-29 01:53:33 +00:00
|
|
|
<h1>Awesome webring or something</h1>
|
2022-12-13 16:59:47 +00:00
|
|
|
|
2022-12-29 01:53:33 +00:00
|
|
|
<p>Check out any of these other aweeesome websites!</p>
|
2022-12-13 16:59:47 +00:00
|
|
|
|
|
|
|
<p>Well maybe there will be a webring here in the future.</p>
|
|
|
|
|
2022-11-29 12:49:29 +00:00
|
|
|
<?=view('templates/footer')?>
|