fix html issues

This commit is contained in:
alu
2026-09-02 16:09:32 +00:00
parent f53f344fb3
commit ab5ab2b81b
+4 -4
View File
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<script src="wfa.js" type="module"></script>
<script type="module">
@@ -23,9 +23,9 @@
</script>
</head>
<body>
<label>A: </label><input id="a">
<label>B: </label><input id="b">
<button id="submit">Submit</button>
<label>A: </label><input type="text" id="a">
<label>B: </label><input type="text" id="b">
<button id="submit" type="button">Submit</button>
<p><span>Result: </span><span id="result"></span></p>
</body>
</html>