Update la-banquise/script.js

This commit is contained in:
Arthur Wambst 2025-04-15 15:12:08 +02:00
parent 51de3a4e52
commit 9d2b6709d2

View File

@ -5,6 +5,8 @@ tile.remove();
const tiles = [ const tiles = [
{ name: "Notre wiki", href: "https://wiki.la-banquise.fr" }, { name: "Notre wiki", href: "https://wiki.la-banquise.fr" },
{ name: "Notre git", href: "https://git.la-banquise.fr" }, { name: "Notre git", href: "https://git.la-banquise.fr" },
{ name: "Panel jeux", href: "https://panel.la-banquise.fr" },
{ name: "Discord", href: "https://discord.gg/QQWwzX5ptY" },
] ]
tiles.forEach((info) => { tiles.forEach((info) => {