willy.club/views/pages/home.php

58 lines
1.7 KiB
PHP

<?=view('templates/header', ['title' => 'Welcome to the Willy Club'])?>
<h1>More than just willies! Most of the time.</h1>
<p>Not at all associated with thewilly.club ASSHOLES squatting my domain name with their shitty NFTs, this is the original.</p>
<img src="<?=url('/static/img/wc.gif')?>" alt="the Willy Club(WC)">
<h1>Services list</h1>
<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>
<h2>Gitea server</h2>
<p>A place to host your code</p>
<a href="//git.willy.club">Click here to enter</a>
<h2>Matrix homeserver</h2>
<p style="color: red;">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>
<h2>Mumble server</h2>
<p>Free, open source, low latency, high quality voice chat application</p>
<p>You need to download the mumble client from <a href="http://mumble.info">here</a> to join.</p>
<a href="mumble://mumble.willy.club">Click here to open in your client</a>
<h1>Flirt with the webmaster</h1>
<img src="<?=url('/static/img/15.gif')?>" alt="">
<p>Having a problem?</p>
<p>Send me a nice and positive message on matrix: <a href="https://matrix.to/#/@william:willy.club">@william:willy.club</a></p>
<p>We love you! xoxo</p>
<img src="<?=url('/static/img/lovebar.gif')?>" alt="">
<?php
//<h1>Awesome webring</h1>
//<p>Check out any of these other aweeesome websites!</p>
?>
<?=view('templates/footer')?>