Cleanup...

This commit is contained in:
0xmac 2024-09-29 13:50:30 +02:00
parent 23bad5e922
commit 743112982c

View File

@ -56,7 +56,7 @@ funButtons = [
["Anything but Chrome", "https://librewolf.net/", "global/buttons/nochrome.png"],
["UBlock Origin Now!", "https://ublockorigin.com/", "global/buttons/ublock.png"],
["Get a Website - Landchad", "https://landchad.net/", "global/buttons/landchad.gif"],
["Internet Privacy Now!", "https://anonymousplanet.org/", "global/buttons/internetprivacy.gif"],
// ["Internet Privacy Now!", "https://anonymousplanet.org/", "global/buttons/internetprivacy.gif"],
["Encrypt Your Shit", "https://gitlab.com/cryptsetup/cryptsetup", "global/buttons/encryptyourshit.gif"],
["No Web 3!", "", "global/buttons/noweb3.gif"],
];
@ -213,7 +213,7 @@ function LoadWebsite(){
var span = document.createElement("p");
span.setAttribute("class", "nobr");
span.setAttribute("class", "text-center");
span.textContent = "Website licensed under\u00A0";
span.textContent = "Website licenced under\u00A0";
var span_license = document.createElement("a");
span_license.setAttribute("href", LICENCE_LINK);