]> git repositories - palindrome-checker.git/commitdiff
minor fix
authorbocharudo <hello@tenkyuu.dev>
Mon, 18 Nov 2024 16:39:37 +0000 (00:39 +0800)
committerbocharudo <hello@tenkyuu.dev>
Mon, 18 Nov 2024 16:39:37 +0000 (00:39 +0800)
index.html

index 20a09250272feb5126f178a8fb49c5cfab0abe34..0aa8d4b4ad531ea84349a9fb6268ada4527dfd44 100644 (file)
@@ -39,7 +39,7 @@
     <div class="palindrome-ctn">
       <div class="guide-txt">Enter the text you want to check here:</div>
       <div class="input-ctn">
-        <input type="text" id="text-input">
+        <input type="text" id="text-input" placeholder="enter some text here...">
         <button type="button" id="check-btn">Check</button>
       </div>
       <div id="result"></div>