edit footer

This commit is contained in:
2025-11-01 18:14:31 +01:00
parent 26137c4ed0
commit e354d8aabd
4 changed files with 4 additions and 4 deletions

View File

@@ -97,7 +97,7 @@
<!-- Footer für Version -->
<footer class="mt-8 pt-4 border-t border-gray-600 text-center text-xs text-gray-500">
<p>&copy; 2025 <a href="https://johanneskr.de" class="text-purple-400 hover:underline">Johannes Krüger</a></p>
<p>&copy; 2025 <a href="https://mrunk.de" class="text-purple-400 hover:underline">MrUnknownDE</a></p>
<p>Version: <span id="commit-sha" class="font-mono">loading...</span></p>
</footer>