mirror of
https://github.com/cupcakearmy/blaze.git
synced 2024-12-22 16:26:26 +00:00
Fix typo
This commit is contained in:
parent
06ee0cabe4
commit
0fc6d475dd
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -17,7 +17,7 @@
|
||||
const input = document.querySelector("input");
|
||||
button.addEventListener("click", function () {
|
||||
const blazeUrl = "https://ill-red-skunk-wig.cyclic.app";
|
||||
location.href = `${blazeUrl}/at=${input.value}`;
|
||||
location.href = `${blazeUrl}?at=${input.value}`;
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user