Update index.html

This commit is contained in:
Sam Sneed 2024-05-31 22:38:09 +00:00 committed by GitHub
parent 37a3768c8e
commit 21073f58ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,5 +20,5 @@ let submit = html.createElement("button", "submit")
submit.innerText = "Toxic?" // github pages pls dont bug out now
submit.addEventListener("click", tox(textbox.value, p);)
submit.addEventListener("click", tox(textbox.value, p));
</script>