Files
recipe-importer/mindmegette-alt-example/mindmegette_alt_files/version.js.download
T
2026-02-24 20:24:09 +01:00

6 lines
209 B
Plaintext

fetch('/assets/scripts/version.txt')
.then(response => response.text())
.then(version =>
console.log(`%c VERZIÓ: ${version}`, 'color: white; background: darkgreen; display: block; padding: 2px')
);