UNPKG

ashnaz87-palindrome

Version:
24 lines (20 loc) 543 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Palindrome Tester</title> <script src="bundle.js"></script> </head> <body> <h1>Palindrome Tester</h1> <form id="palindromeTester"> <textarea name="phrase" cols="30" rows="10"></textarea> <br> <button type="submit">Is it a palindrome?</button> </form> <h2>Result</h2> <p id="palindromeResult"></p> </body> </html>