Made palindrome checker
This commit is contained in:
commit
4b040d1f0a
14
b.html
Normal file
14
b.html
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Palindrome Checker</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Palindrome Checker</h1>
|
||||||
|
<input id="input" type="text" placeholder="Type something" />
|
||||||
|
<button onclick="check()">Check</button>
|
||||||
|
<script src="b.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
x
Reference in New Issue
Block a user