Update index.html

This commit is contained in:
2026-03-17 00:43:25 -05:00
parent 4b040d1f0a
commit 98d6919a0a

14
index.html Normal file
View 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>