Added contributors base page, Improved home page, Added grids
Update .gitignore, head-preloads.php, and 22 more files...
This commit is contained in:
6
commons/DOM/head-preloads.php
Normal file
6
commons/DOM/head-preloads.php
Normal 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">');
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user