From 532bc6d63a99ae46f719fb1a17e4c012889944c9 Mon Sep 17 00:00:00 2001 From: Arthur Wambst Date: Fri, 18 Apr 2025 14:09:39 +0200 Subject: [PATCH] first push --- la-banquise/script.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/la-banquise/script.js b/la-banquise/script.js index 211c711..5bb84d8 100644 --- a/la-banquise/script.js +++ b/la-banquise/script.js @@ -7,11 +7,12 @@ const tiles = [ { 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" }, + { name: "Login", href: "https://auth.la-banquise.fr" }, + { name: "Change password", href: "https://ssp.la-banquise.fr" }, +] -] - -tiles.forEach((info) => { - const newTile = tile.cloneNode(true); +tiles.forEach((info) => { + const newTile = tile.cloneNode(true); newTile.querySelectorAll(".item-name").forEach((el) => { el.innerText = info.name; });