mindmegette alt example
This commit is contained in:
@@ -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')
|
||||
);
|
||||
Reference in New Issue
Block a user