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