Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ab5ab2b81b |
+4
-4
@@ -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>
|
||||
Reference in New Issue
Block a user