This commit is contained in:
Danny Spina 2023-06-19 00:04:21 +02:00
parent 06ee0cabe4
commit 0fc6d475dd

2
dist/index.html vendored
View File

@ -17,7 +17,7 @@
const input = document.querySelector("input"); const input = document.querySelector("input");
button.addEventListener("click", function () { button.addEventListener("click", function () {
const blazeUrl = "https://ill-red-skunk-wig.cyclic.app"; const blazeUrl = "https://ill-red-skunk-wig.cyclic.app";
location.href = `${blazeUrl}/at=${input.value}`; location.href = `${blazeUrl}?at=${input.value}`;
}); });
</script> </script>
</body> </body>