This commit is contained in:
Dark Steveneq
2025-12-16 23:28:29 +01:00
parent a39a3ecf01
commit 63341ff48f
8 changed files with 104 additions and 5 deletions

View File

@@ -187,7 +187,7 @@ async function start() {
const kreciol = document.createElement("img")
kreciol.src = "https://media1.tenor.com/m/CzW0P5EOQwoAAAAC/jp2gmd-pope.gif";
kreciol.style.position = "fixed";
kreciol.style.position = "relative";
kreciol.style.right = ".5rem";
kreciol.style.bottom = ".5rem";
root.appendChild(kreciol);