Added contributors base page, Improved home page, Added grids

Update .gitignore, head-preloads.php, and 22 more files...
This commit is contained in:
2023-11-11 13:39:02 +01:00
parent 1d6e65c1e0
commit 2e413d24fd
24 changed files with 232 additions and 24 deletions

View File

@@ -0,0 +1,6 @@
<?php
if($enable_kitty_and_doggo_sounds) {
echo('<link rel="prefetch" as="audio" href="/resources/NibblePoker/sounds/meow-test-01.ogg">');
echo('<link rel="prefetch" as="audio" href="/resources/NibblePoker/sounds/meow-test-02.ogg">');
}
?>