Auto-sync Tue 13 Jan 16:05:02 CET 2026

This commit is contained in:
Lionel
2026-01-13 16:05:02 +01:00
parent ee538cbc50
commit 0b8061460c
78 changed files with 55051 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
document.addEventListener('DOMContentLoaded', function() {
var links = document.querySelectorAll('a[href^="http"]');
links.forEach(function(link) {
link.setAttribute('target', '_blank');
link.setAttribute('rel', 'noopener noreferrer');
});
});