From c928410275d0a6d74f1e081e68bc9f10803c33cb Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Fri, 31 May 2024 22:31:58 +0000 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 93ce0b5..1e5effd 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ html.createParagraph("toxicityBool", "Input text to the text box bellow, click t html.createElement("textarea", "textBox1", {width: "80%", placeholder: "input sentence here."}) let submit = html.createElement("button", "submit") -submit.innerText = "Toxic?" +submit.innerText = "Toxic?" // github pages pls dont bug out now submit.addEventListener("click", tox(textBox1.value))