From 57adb616b9af7b8e65f474dfc47f446e909e7fd6 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Fri, 21 Mar 2025 13:38:29 +0100 Subject: [PATCH] =?UTF-8?q?Text=20Sorter:=20Favicon=20&=20Footer=20hinzuge?= =?UTF-8?q?f=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- text_sorter/index.html | 45 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) diff --git a/text_sorter/index.html b/text_sorter/index.html index b5a33f4..f74d1aa 100644 --- a/text_sorter/index.html +++ b/text_sorter/index.html @@ -3,11 +3,13 @@ - Text Sorter - + Text Sorter | PonyWave Tools + + + @@ -194,6 +225,16 @@ toast.classList.remove('visible'); }, 2000); } + + // Jahr für das Copyright aktualisieren + document.getElementById('current-year').textContent = new Date().getFullYear(); + + \ No newline at end of file