Website/view/home.php

46 lines
1.6 KiB
PHP

<?=view('header', ['title' => 'Welcomeee!'])?>
<img style="transform: skewY(3deg)" src="banner.gif" alt="Welcome to willy.club">
<br>
<small style="color: gray;">wow very creative and original use of cooltext.com!!</small>
<h1>More than just willies! Some of the time.</h1>
<p>Welcome to my webserver! Your bits have traveled through the pipes that make up the internet all the way to my laptop situated in Southern Norway, Kristiansand.</p>
<p>Not at all associated with thewilly.club ASSHOLES squatting my domain name with their shitty NFTs, this is the original.</p>
<h2>Now, where would you like to go?</h2>
<p>The server serves some services; couple being publicly accessible.</p>
<table>
<tr>
<td><a href="//git.willy.club">Gitea</a></td>
<td>Version control hosting for projects</td>
</tr>
<tr>
<td><a href="mumble://mumble.willy.club">Mumble</a></td>
<td>Low-latency, high-quality voice chat</td>
</tr>
</table>
<h2>Touch?</h2>
<p>You can join the room on Matrix: <a href="https://matrix.to/#/#lobby:willy.club">#lobby:willy.club</a></p>
<p>Be nice to each other! Or something</p>
<img src="<?=url('/cat-love-letter.gif')?>" alt="">
<h1>Other than that?</h1>
<p>Here <s>are some things</s> is something that I find interesting.</p>
<h2>I AM DOOMER</h2>
<p>Overpopulation, peak oil, climate change, pollution and or whatever</p>
<p>But lets not fritter away the hours writing our own obituary, WE WILL FIND A WAY OUT (lmao)</p>
<p>I LOVE YOUUU! REMEMBER TO LOVE EACH OTHER</p>
<p><small>I give everyone an explicit and unconditional consent to behave sexually towards me.</small></p>
<?=view('footer')?>