From 8b970f4fc0104f28960395d2e412387e146f0f3f Mon Sep 17 00:00:00 2001 From: Akamaru Date: Fri, 21 Mar 2025 13:38:42 +0100 Subject: [PATCH] =?UTF-8?q?YT=20Thumb:=20Favicon=20&=20Footer=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yt_thumb/index.html | 62 ++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 59 insertions(+), 3 deletions(-) diff --git a/yt_thumb/index.html b/yt_thumb/index.html index 376d0ce..9336f84 100644 --- a/yt_thumb/index.html +++ b/yt_thumb/index.html @@ -3,18 +3,27 @@ - YouTube Thumbnail Viewer - + YouTube Thumbnail Viewer | PonyWave Tools + + + @@ -272,6 +318,16 @@ toast.classList.remove('visible'); }, 3000); } + + // Jahr für das Copyright aktualisieren + document.getElementById('current-year').textContent = new Date().getFullYear(); + +