Files
2022-01-12 14:58:42 -08:00

15 lines
267 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Palindrome Tester</title>
<meta charset="utf-8">
<script src="bundle.js"></script>
</head>
<body>
<h1>Palindrome Tester</h1>
<button id="palindromeTester">Is it a palindrome?</button>
</body>
</html>