Skip to content

Commit

Permalink
sentence amount fix
Browse files Browse the repository at this point in the history
i hate node
  • Loading branch information
BurdenOwl authored Nov 2, 2024
1 parent a91725c commit c8b753e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

<body>
<h1 id="countDisplay" class="flex">Current Word Count: </h1>
<h1 id="sentenceDisplay" class="flex">Current Sentence Count: </h1>
<!-- <input type="text" name="theText" id="inputValue" placeholder="Enter text here"> -->
<textarea name="theText" id="inputValue" placeholder="Enter text here" class="flex"></textarea>
<button id="wordCount" onclick="wordCount();" class="flex">Word Count</button>
Expand Down

0 comments on commit c8b753e

Please sign in to comment.