Update index.html

This commit is contained in:
Sam Sneed 2024-05-31 21:11:21 +00:00 committed by GitHub
parent d5f3725ab5
commit 105b67aec1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ console.log(helpers.isToxic(objSentence))
helpers.consoleUseWarner("DO NOT INPUT ANYTHING HERE UNLESS YOU KNOW WHAT YOU ARE DOING.") helpers.consoleUseWarner("DO NOT INPUT ANYTHING HERE UNLESS YOU KNOW WHAT YOU ARE DOING.")
createParagraph("toxicityBool", "Input text to the text box bellow, click the button, and check here if its toxic.") html.createParagraph("toxicityBool", "Input text to the text box bellow, click the button, and check here if its toxic.")
html.createElement("textarea", "textBox1", {width: "80%", placeholder: "input sentence here."}) html.createElement("textarea", "textBox1", {width: "80%", placeholder: "input sentence here."})
let submit = html.createElement("button", "submit") let submit = html.createElement("button", "submit")