forked from seth/ipv4.army
updates and stuff iono
This commit is contained in:
parent
ac10faf685
commit
0052ac2532
7 changed files with 13 additions and 33 deletions
|
@ -11,8 +11,8 @@ const effectTick = new Audio("https://no.ipv4.army/raw/Effect_Tick.ogg");
|
|||
document.onclick = () => {
|
||||
"vibrate" in navigator && navigator.vibrate(1);
|
||||
effectTick.currentTime = 0;
|
||||
effectTick.play()
|
||||
effectTick.play();
|
||||
};
|
||||
|
||||
// You're garbage, let me collect you.
|
||||
fetch("/api/gc");
|
||||
fetch("/api/gc");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue