Commit
@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
nginx
|
||||
/usr/sbin/php-fpm*
|
||||
echo 'started'
|
||||
exec tail -f /var/log/nginx/error.log
|
BIN
public/static/img/15.gif
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
public/static/img/fart.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
public/static/img/lovebar.gif
Normal file
After Width: | Height: | Size: 958 B |
BIN
public/static/img/stars.png
Normal file
After Width: | Height: | Size: 498 B |
BIN
public/static/img/under-construction-small.gif
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
public/static/img/wc.gif
Normal file
After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
@ -4,8 +4,8 @@ html, body {
|
||||
|
||||
body {
|
||||
background-color: darkblue;
|
||||
background: url('../img/99.png');
|
||||
font-weight: bold;
|
||||
background: url('../img/stars.png');
|
||||
font-size: 1rem;
|
||||
text-align: center;
|
||||
color: white;
|
||||
line-height: 1.5;
|
||||
@ -18,7 +18,7 @@ hr {
|
||||
}
|
||||
|
||||
a {
|
||||
color: yellow;
|
||||
color: #0f0;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -4,17 +4,17 @@
|
||||
|
||||
<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/3d-spinning-toilet-smiley-emoticon-small.gif')?>" alt="the Willy Club(WC)">
|
||||
<img src="<?=url('/static/img/wc.gif')?>" alt="the Willy Club(WC)">
|
||||
|
||||
<h1>Service list</h1>
|
||||
<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>Software and stuffs</p>
|
||||
<p>A place to host your code</p>
|
||||
|
||||
<a href="//git.willy.club">Click here to open</a>
|
||||
<a href="//git.willy.club">Click here to enter</a>
|
||||
|
||||
<h2>Matrix homeserver</h2>
|
||||
|
||||
@ -30,12 +30,20 @@
|
||||
|
||||
<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>Send me a nice and positive message on matrix: <a href="https://matrix.to/#/@william:willy.club">@william:willy.club</a></p>
|
||||
|
||||
<img src="<?=url('/static/img/lovebar.gif')?>" alt="">
|
||||
|
||||
<h1>Awesome webring</h1>
|
||||
|
||||
<p>Check out any of these other aweeesome websites!</p>
|
||||
|
@ -1,5 +1,8 @@
|
||||
</main>
|
||||
|
||||
<h1>Live chat</h1>
|
||||
<img src="<?=url('/static/img/under-construction-small.gif')?>" alt="">
|
||||
|
||||
<hr>
|
||||
<br>
|
||||
<img src="<?=url('/static/img/3d-spinning-toilet-smiley-emoticon-small.gif')?>" alt="the Willy Club(WC)">
|
||||
|
@ -33,7 +33,6 @@ function special_events(): string {
|
||||
});
|
||||
</script>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<a href="<?=url('/')?>">
|
||||
|