1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-01 13:37:49 +00:00

headers: link it up

This commit is contained in:
RGBCube 2025-06-02 23:04:08 +03:00
parent 585e171415
commit 99c21c01c7
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
3 changed files with 69 additions and 29 deletions

View file

@ -35,5 +35,5 @@ Here are some other useful links as well:
const element = document.getElementById("bot-block");
element.href = real;
element.children[0].innerHTML = real.substring(7);
element.children[0].textContent = real.substring(7);
</script>