patzh
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-04-16 19:02:18 +02:00
parent 512e89205c
commit fe5ad6ba8d

View File

@ -173,7 +173,7 @@
} }
function openImagePage() { function openImagePage() {
window.open('/random.html', '_blank'); // Öffnet die neue Seite in einem neuen Tab window.open('random.html', '_blank'); // Öffnet die neue Seite in einem neuen Tab
} }
</script> </script>
</head> </head>