forked from rDrama/rDrama
1
0
Fork 0

shorten some urls

master
Aevann 2023-07-28 01:58:25 +03:00
parent d5d2e81f26
commit 384019d0b8
3 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@ blockquote p {
}
.navbar-light, .navbar .container-fluid, #mobile-bottom-navigation-bar {
background:#ffe url(/assets/images/4chan.webp);
background:#ffe url(/i/4chan.webp);
background-size: contain;
}

View File

@ -69,7 +69,7 @@
/*confetti*/
.confetti {
background-image: url(/assets/images/confetti2.webp);
background-image: url(/i/confetti2.webp);
background-repeat: repeat;
}

View File

@ -1,5 +1,5 @@
fart = Math.floor(Math.random() * 5) + 1
let audio = new Audio(`/assets/images/${fart}.webp`);
let audio = new Audio(`/i/${fart}.webp`);
audio.play();
if (audio.paused) {