This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="palindrome"> | |
<div data-top> | |
<h1>Palindrome Checker</h1> | |
<span>A man, a plan, a canal. Panama</span> | |
</div> | |
<div data-entry> | |
<input type="text"> | |
<button data-analyse>ANALYSE</button> | |
</div> | |
<div data-message id="results">Not checks yet!</div> |