mindmegette alt example

This commit is contained in:
2026-02-24 20:24:09 +01:00
parent 0ec9ce0c6d
commit 31ea1d0bf2
70 changed files with 13872 additions and 0 deletions
@@ -0,0 +1,5 @@
fetch('/assets/scripts/version.txt')
.then(response => response.text())
.then(version =>
console.log(`%c VERZIÓ: ${version}`, 'color: white; background: darkgreen; display: block; padding: 2px')
);