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

17 lines
306 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>
<form id="palindromeTester">
<button type="submit">Is it a palindrome?</button>
</form>
</body>
</html>