This commit is contained in:
2026-05-17 23:46:27 +02:00
parent 66ae665aae
commit eddba45f4e
48 changed files with 25 additions and 25 deletions

4
scripts/vnos.js Normal file → Executable file
View File

@@ -81,9 +81,9 @@ function getKey() {
}
return response.json();
})
.then(data => {
.then(data => {
console.log("Success:", data);
window.location.href = "/";
window.location.href = "index.html";
})
.catch((error) => {
console.error("Error:", error);