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();
+
+