Text counter application in HTML and JavaScript
This is a simple HTML text counter application that allows users to input text
and count the number of characters, words and lines in the text. The application
uses HTML, CSS, and JavaScript to display the text and count the characters.